JET_COLUMNID. Equals-Methode (JET_COLUMNID)
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_COLUMNID _
) As Boolean
'Usage
Dim instance As JET_COLUMNID
Dim other As JET_COLUMNID
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
JET_COLUMNID other
)
Parameter
Andere
Typ: Microsoft.Isam.Esent.Interop.JET_COLUMNIDEine -Instanz, die mit dieser Instanz verglichen werden soll.
Rückgabewert
Typ: System.Boolean
True, wenn die beiden Instanzen gleich sind.