This document is archived and information here might be outdated. Recommended version. |
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*