Edit

JET_INSTANCE_INFO.Equals method (JET_INSTANCE_INFO)

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 Function Equals ( _
    other As JET_INSTANCE_INFO _
) As Boolean
'Usage
Dim instance As JET_INSTANCE_INFO
Dim other As JET_INSTANCE_INFO
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public bool Equals(
    JET_INSTANCE_INFO other
)

Parameters

Return value

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

Implements

IEquatable<T>.Equals(T)

See also

Reference

JET_INSTANCE_INFO class

JET_INSTANCE_INFO members

Equals overload

Microsoft.Isam.Esent.Interop namespace