Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a value indicating whether this instance is equal to another instance.
Namespace: Microsoft.Isam.Esent.Interop.Vista
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Function Equals ( _
other As JET_RECSIZE _
) As Boolean
'Usage
Dim instance As JET_RECSIZE
Dim other As JET_RECSIZE
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
JET_RECSIZE other
)
Parameters
other
Type: Microsoft.Isam.Esent.Interop.Vista.JET_RECSIZEAn object to compare with this instance.
Return value
Type: System.Boolean
True if the two instances are equal.