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


ITiePoint.Equals Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > ITiePoint Interface > ITiePoint.Equals Method
ArcGIS Developer Help

ITiePoint.Equals Method

Checks if it equals another tie point.

[Visual Basic .NET]
Public Sub Equals ( _
    ByVal pTiePoint As ITiePoint _
)
[C#]
public void Equals (
    ITiePoint pTiePoint
);
[C++]
HRESULT Equals(
  ITiePoint* pTiePoint
);
[C++]
Parameters
pTiePoint [in]

pTiePoint is a parameter of type ITiePoint*

Product Availability

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

See Also

ITiePoint Interface