JET_DBINFOMISC. Méthode Equals (JET_DBINFOMISC)
Indique si l'objet actuel est égal à un autre objet du même type.
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_DBINFOMISC _
) As Boolean
'Usage
Dim instance As JET_DBINFOMISC
Dim other As JET_DBINFOMISC
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
JET_DBINFOMISC other
)
Paramètres
other
Type : Microsoft.Isam.Esent.Interop.JET_DBINFOMISCObjet à comparer à cet objet.
Valeur retournée
Type : System.Boolean
True si l’objet actuel est égal à l’autre paramètre ; sinon, false.