Skip to content

Latest commit

 

History

History
82 lines (62 loc) · 1.93 KB

jet-setcolumn.contentequals-method.md

File metadata and controls

82 lines (62 loc) · 1.93 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: JET_SETCOLUMN.ContentEquals method
JET_SETCOLUMN.ContentEquals method
ContentEquals method
M:Microsoft.Isam.Esent.Interop.JET_SETCOLUMN.ContentEquals(Microsoft.Isam.Esent.Interop.JET_SETCOLUMN)
55103936
07/30/2014
reference
Microsoft.Isam.Esent.Interop.JET_SETCOLUMN.ContentEquals
CSharp
JScript
VB
other
Microsoft.Isam.Esent.Interop.JET_SETCOLUMN.ContentEquals
kbSyntax
apiref
Managed
Microsoft.Isam.Esent.Interop.dll
INDEX,FOLLOW

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

returnValue = instance.ContentEquals(other)
public bool ContentEquals(
    JET_SETCOLUMN other
)

Parameters

Return value

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

Implements

IContentEquatable<T>.ContentEquals(T)

See also

Reference

JET_SETCOLUMN class

JET_SETCOLUMN members

Microsoft.Isam.Esent.Interop namespace