Checks if the time range are equal

Namespace: Ico.Awx.Common
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool Equals(
	TimeRange range
)
Visual Basic
Public Function Equals ( _
	range As TimeRange _
) As Boolean
JScript
public function Equals(
	range : TimeRange
) : boolean

Parameters

range
Type: Ico.Awx.Common..::..TimeRange

See Also