Share via


JET_OSSNAPID. Equals-Methode (JET_OSSNAPID)

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_OSSNAPID _
) As Boolean
'Usage
Dim instance As JET_OSSNAPID
Dim other As JET_OSSNAPID
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public bool Equals(
    JET_OSSNAPID other
)

Parameter

Rückgabewert

Typ: System.Boolean
True, wenn die beiden Instanzen gleich sind.

Implementiert

IEquatable<T>. Equals(T)

Siehe auch

Verweis

JET_OSSNAPID-Struktur

JET_OSSNAPID-Member

Equals-Überladung

Microsoft.Isam.Esent.Interop-Namespace