IContentEquatable<T>. ContentEquals-Methode
Gibt einen Wert zurück, der angibt, ob dieser instance gleich einem anderen instance ist.
Namespace:Microsoft.Isam.Esent.Interop
Versammlung: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Function ContentEquals ( _
other As T _
) As Boolean
'Usage
Dim instance As IContentEquatable
Dim other As T
Dim returnValue As Boolean
returnValue = instance.ContentEquals(other)
bool ContentEquals(
T other
)
Parameter
Andere
Typ: TEine instance, die mit diesem instance verglichen werden soll.
Rückgabewert
Typ: System.Boolean
True, wenn die beiden Instanzen gleich sind.