Inner Drive Extensible Architecture
C#
Show/Hide TOC
Time
Equality(Time, Double) Operator
Compares two values to determine equality.
Definition
Namespace:
InnerDrive.Quantitative
Assembly:
InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
Copy
public
static
bool
operator
==
(
Time
left
,
double
right
)
Parameters
left
Time
The value to compare with
right
.
right
Double
The value to compare with
left
.
Return Value
Boolean
if
left
is equal to
right
; otherwise,
.
Implements
IEqualityOperators
TSelf, TOther, TResult
Equality(TSelf, TOther)
See Also
Reference
Time Structure
Equality Overload
InnerDrive.Quantitative Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also