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


ITimeRelationalOperator.Equals Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

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,
  VARIANT_BOOL* Equals
);
[C++]

Parameters otherTimeValue [in]
otherTimeValue is a parameter of type ITimeValue Equals [out, retval] Equals is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITimeRelationalOperator Interface