Skip to content

Latest commit

 

History

History
78 lines (60 loc) · 1.74 KB

icontentequatable-t-.contentequals-method.md

File metadata and controls

78 lines (60 loc) · 1.74 KB
description title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date ms.topic f1_keywords dev_langs api_name topic_type api_type api_location ROBOTS
Learn more about: IContentEquatable<T>.ContentEquals method
IContentEquatable(T).ContentEquals method
ContentEquals method
M:Microsoft.Isam.Esent.Interop.IContentEquatable`1.ContentEquals(`0)
39509953
07/30/2014
reference
Microsoft.Isam.Esent.Interop.IContentEquatable`1.ContentEquals
CSharp
JScript
VB
other
Microsoft.Isam.Esent.Interop.IContentEquatable`1.ContentEquals
apiref
kbSyntax
Managed
Microsoft.Isam.Esent.Interop.dll
INDEX,FOLLOW

IContentEquatable<T>.ContentEquals method

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

returnValue = instance.ContentEquals(other)
bool ContentEquals(
    T other
)

Parameters

  • other
    Type: T

    An instance to compare with this instance.

Return value

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

See also

Reference

IContentEquatable<T> interface

IContentEquatable<T> members

Microsoft.Isam.Esent.Interop namespace