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


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

ITimeRelationalOperator.Equals Method

Indicates whether the two time values are of the same type and define the same time values.

[Visual Basic .NET]
Public Function Equals ( _
    ByVal otherTimeValue As ITimeValue _
) As Boolean
[C#]
public bool Equals (
    ITimeValue otherTimeValue
);
[C++]
HRESULT Equals(
  ITimeValue* otherTimeValue
);
[C++]
Parameters
otherTimeValue [in]

otherTimeValue is a parameter of type ITimeValue*

Product Availability

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

See Also

ITimeRelationalOperator Interface