Test the equality of two TimeRange.

Namespace: VcClient
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public bool Equals(
	TimeRange other
)
Visual Basic
Public Function Equals ( _
	other As TimeRange _
) As Boolean
Visual C++
public:
virtual bool Equals(
	TimeRange^ other
) sealed

Parameters

other
Type: VcClient..::..TimeRange
The other.

Return Value

The Boolean.

Implements

IEquatableEquals(UTP)

See Also