Metodo RowView.Equals
Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.
Questo membro esegue l'override di Object.Equals(Object).
Spazio dei nomi System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Sintassi
'Dichiarazione
Public Overrides Function Equals ( _
other As Object _
) As Boolean
'Utilizzo
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
Parametri
- other
Tipo: System.Object
Valore restituito
Tipo: System.Boolean