DateRangeEquals Method (DateRange) |
Returns true if the value of this DateRange instance and other are the same.
Namespace:
Dse.Search
Assembly:
Dse (in Dse.dll) Version: 2.9.0
Syntax public bool Equals(
DateRange other
)
Parameters
- other
- Type: Dse.SearchDateRange
Return Value
Type:
BooleanImplements
IEquatableTEquals(T)See Also