JET_OSSNAPID.Equals method (Object)
Returns a value indicating whether this instance is equal to another instance.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Overrides Function Equals ( _
obj As Object _
) As Boolean
'Usage
Dim instance As JET_OSSNAPID
Dim obj As Object
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
public override bool Equals(
Object obj
)
Parameters
obj
Type: System.ObjectAn object to compare with this instance.
Return value
Type: System.Boolean
True if the two instances are equal.