JET_SNPROG. Equals-Methode (JET_SNPROG)
Gibt einen Wert zurück, der angibt, ob dieser instance einer anderen instance entspricht.
Namespace:Microsoft.Isam.Esent.Interop
Versammlung: 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
Andere
Typ: Microsoft.Isam.Esent.Interop.JET_SNPROGEin instance, der mit diesem instance verglichen werden soll.
Rückgabewert
Typ: System.Boolean
True, wenn die beiden Instanzen gleich sind.