This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeRelationalOperator Interface > ITimeRelationalOperator.Equals Method (ArcObjects .NET 10.5 SDK) |
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