JET_INSTANCE_INFO. Equals, méthode (JET_INSTANCE_INFO)
Retourne une valeur indiquant si cette instance est égale à une autre instance.
Espace de noms : Microsoft. ISAM. esent. Interop
Assembly : Microsoft. ISAM. esent. Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'Declaration
Public Function Equals ( _
other As JET_INSTANCE_INFO _
) As Boolean
'Usage
Dim instance As JET_INSTANCE_INFO
Dim other As JET_INSTANCE_INFO
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
JET_INSTANCE_INFO other
)
Paramètres
other
Type : Microsoft.ISAM.esent.Interop.JET_INSTANCE_INFOInstance de à comparer à cette instance.
Valeur retournée
Type : System. Boolean
True si les deux instances sont égales.