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 |
|
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