このインスタンスが別のインスタンスと等しいかどうかを示す値を返します。
Namespace:Microsoft.Isam.Esent.Interop.Vista
アセンブリ: Microsoft.Isam.Esent.Interop (Microsoft.Isam.Esent.Interop.dll)
構文
'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
)
パラメーター
other
種類: Microsoft.Isam.Esent.Interop.Vista.JET_THREADSTATSこのインスタンスと比較するインスタンス。
戻り値
型: System.Boolean
True を指定すると、2 つのインスタンスが等しくなります。