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


ITiePoint.Equals Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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