ASPxClientTimeInterval.Equals(interval) Method
In This Article
Determines whether the specified object is equal to the current ASPxClientTimeInterval instance.
#Declaration
TypeScript
Equals(
interval: ASPxClientTimeInterval
): boolean
#Parameters
Name | Type | Description |
---|---|---|
interval | ASPx |
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