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


IRelQueryTableInfo2.FieldNamesEqual Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRelQueryTableInfo2 Interface > IRelQueryTableInfo2.FieldNamesEqual Method
ArcGIS Developer Help

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
);
[C++]
Parameters
column1 [in]

column1 is a parameter of type BSTR column2 [in]
column2 is a parameter of type BSTR

Product Availability

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

See Also

IRelQueryTableInfo2 Interface