Skip to content

Latest commit

 

History

History
76 lines (57 loc) · 1.91 KB

jet-dbinfomisc.equals-method-object-.md

File metadata and controls

76 lines (57 loc) · 1.91 KB
description title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date ms.topic dev_langs api_name topic_type api_type api_location ROBOTS
Learn more about: JET_DBINFOMISC.Equals method (Object)
JET_DBINFOMISC.Equals method (Object)
Equals method (Object)
M:Microsoft.Isam.Esent.Interop.JET_DBINFOMISC.Equals(System.Object)
39513216
07/30/2014
reference
vb
csharp
Microsoft.Isam.Esent.Interop.JET_DBINFOMISC.Equals
kbSyntax
apiref
Managed
Microsoft.Isam.Esent.Interop.dll
INDEX,FOLLOW

JET_DBINFOMISC.Equals method (Object)

Determines whether the specified Object is equal to the current Object.

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_DBINFOMISC
Dim obj As Object
Dim returnValue As Boolean

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

Parameters

Return value

Type: System.Boolean
True if the specified Object is equal to the current Object; otherwise, false.

See also

Reference

JET_DBINFOMISC class

JET_DBINFOMISC members

Equals overload

Microsoft.Isam.Esent.Interop namespace