AreaEquality(Double, Area) Operator
Compares an instance of
Area with an instance of
Double for equality.
Namespace: InnerDrive.QuantitativeAssembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
public static bool operator ==(
double left,
Area right
)
- left Double
- The Double to compare.
- right Area
- The Area to compare.
Booleantrue if the
Value member is equal to the
Double; otherwise,
false.