JET_SNPROG.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_SNPROG
Dim obj As Object
Dim returnValue As Boolean

returnValue = instance.Equals(obj)
public override bool Equals(
    Object obj
)

Parameters

  • obj
    Type: System.Object

    An object to compare with this instance.

Return value

Type: System.Boolean
True if the two instances are equal.

See also

Reference

JET_SNPROG class

JET_SNPROG members

Equals overload

Microsoft.Isam.Esent.Interop namespace