JET_INSTANCE_INFO. Equals-Methode (JET_INSTANCE_INFO)

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_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
)

Parameter

Rückgabewert

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

Implementiert

IEquatable<T>. Equals(T)

Siehe auch

Verweis

JET_INSTANCE_INFO-Klasse

JET_INSTANCE_INFO-Member

Equals-Überladung

Microsoft.Isam.Esent.Interop-Namespace