JET_INSTANCE. Méthode Equals (JET_INSTANCE)
Retourne une valeur indiquant si cette instance est égale à une autre instance.
Namespace:Microsoft.Isam.Esent.Interop
Assemblée: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'Declaration
Public Function Equals ( _
other As JET_INSTANCE _
) As Boolean
'Usage
Dim instance As JET_INSTANCE
Dim other As JET_INSTANCE
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
JET_INSTANCE other
)
Paramètres
other
Type : Microsoft.Isam.Esent.Interop.JET_INSTANCEInstance à comparer à cette instance.
Valeur retournée
Type : System.Boolean
True si les deux instances sont égales.