Skip to main content
A newer version of this page is available. .

ASPxClientTimeInterval.Equals(interval) Method

Determines whether the specified object is equal to the current ASPxClientTimeInterval instance.

Declaration

Equals(
    interval: ASPxClientTimeInterval
): boolean

Parameters

Name Type Description
interval ASPxClientTimeInterval

The object to compare with the current object.

Returns

Type Description
boolean

true if the specified object is equal to the current ASPxClientTimeInterval instance; otherwise false.

Remarks

Two ASPxClientTimeInterval objects are considered equal if they are of the same type, and their start and end property values are equal.

See Also