Inner Drive Extensible Architecture
C#
Show/Hide TOC
Date
Range
Equals(Object) Method
Determines whether the specified
Object
is equal to the current
DateRange
.
Definition
Namespace:
InnerDrive.Core
Assembly:
InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
C#
Copy
public
override
bool
Equals
(
Object
?
obj
)
Parameters
obj
Object
The
Object
to compare with the current
DateRange
.
Return Value
Boolean
true
if the specified
Object
is equal to the current
DateRange
; otherwise,
false
.
See Also
Reference
DateRange Structure
Equals Overload
InnerDrive.Core Namespace
In This Article
Definition
Parameters
Return Value
See Also