Inner Drive Extensible Architecture
C#
Show/Hide TOC
Mass
Equality(Mass, Double) Operator
Compares an instance of
Mass
with an instance of
Double
for equality.
Definition
Namespace:
InnerDrive.Quantitative
Assembly:
InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
Copy
public
static
bool
operator
==
(
Mass
left
,
double
b
)
Parameters
left
Mass
The
Mass
to compare.
b
Double
The
Double
to compare.
Return Value
Boolean
true
if the
Value
member is equal to the
Double
; otherwise,
false
.
Implements
IEqualityOperators
TSelf, TOther, TResult
Equality(TSelf, TOther)
See Also
Reference
Mass Structure
Equality Overload
InnerDrive.Quantitative Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also