Click or drag to resize

LengthEquality(Length, Length) Operator

Compares two values to determine equality.

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
C#
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

IEqualityOperatorsTSelf, TOther, TResultEquality(TSelf, TOther)
See Also