JET_SNPROG. Equals-Methode (JET_SNPROG)
Gibt einen Wert zurück, der angibt, ob diese Instanz gleich einer anderen Instanz ist.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Function Equals ( _
other As JET_SNPROG _
) As Boolean
'Usage
Dim instance As JET_SNPROG
Dim other As JET_SNPROG
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
JET_SNPROG other
)
Parameter
Sonstige
Typ: Microsoft.Isam.Esent.Interop.JET_SNPROGEine -Instanz, die mit dieser Instanz verglichen werden soll.
Rückgabewert
Typ: System.Boolean
True, wenn die beiden Instanzen gleich sind.