RowView.Equals Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

This member overrides Object.Equals(Object).

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Public Overrides Function Equals ( _
    other As Object _
) As Boolean
'Usage
Dim instance As RowView
Dim other As Object
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public override bool Equals(
    Object other
)
public:
virtual bool Equals(
    Object^ other
) override
abstract Equals : 
        other:Object -> bool 
override Equals : 
        other:Object -> bool 
public override function Equals(
    other : Object
) : boolean

Parameters

Return Value

Type: System.Boolean

See Also

Reference

RowView Class

System.Data.SqlServerCe Namespace