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