Edit

Share via


JET_THREADSTATS.Equals method (JET_THREADSTATS)

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_THREADSTATS _
) As Boolean
'Usage
Dim instance As JET_THREADSTATS
Dim other As JET_THREADSTATS
Dim returnValue As Boolean

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

Parameters

Return value

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

Implements

IEquatable<T>.Equals(T)

See also

Reference

JET_THREADSTATS structure

JET_THREADSTATS members

Equals overload

Microsoft.Isam.Esent.Interop.Vista namespace