This document is archived and information here might be outdated.  Recommended version.


IRelQueryTableInfo2.FieldNamesEqual Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRelQueryTableInfo2.FieldNamesEqual Method

Compares two possibily qualified field names for equality.

[Visual Basic .NET]
Public Function FieldNamesEqual ( _
    ByVal column1 As String, _
    ByVal column2 As String _
) As Boolean
[C#]
public bool FieldNamesEqual (
    string column1,
    string column2
);
[C++]
HRESULT FieldNamesEqual(
  BSTR column1,
  BSTR column2,
  VARIANT_BOOL* equal
);
[C++]

Parameters column1 [in] column1 is a parameter of type BSTR column2 [in] column2 is a parameter of type BSTR equal [out, retval] equal is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRelQueryTableInfo2 Interface