Compartilhar via


Método RowView.Equals

Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.

Este membro substitui Object.Equals(Object).

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

Sintaxe

'Declaração
Public Overrides Function Equals ( _
    other As Object _
) As Boolean
'Uso
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

Parâmetros

Valor de retorno

Tipo: System.Boolean

Consulte também

Referência

RowView Classe

Namespace System.Data.SqlServerCe