AreaEquality(Area, Area) Operator

Compares two values to determine equality.

Definition

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
public static bool operator ==(
	Area left,
	Area right
)

Parameters

left  Area
The value to compare with right.
right  Area
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