Inner Drive Extensible Architecture
C#
Show/Hide TOC
Length
Equality(Length, Length) 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
==
(
Length
left
,
Length
right
)
Parameters
left
Length
The value to compare with
right
.
right
Length
The value to compare with
left
.
Return Value
Boolean
true
if the two instances are equal in all respects (value, precision, accuracy, and unit).
Implements
IEqualityOperators
TSelf, TOther, TResult
Equality(TSelf, TOther)
See Also
Reference
Length Structure
Equality Overload
InnerDrive.Quantitative Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also