Inner Drive Extensible Architecture
C#
Show/Hide TOC
Mass
Inequality(Mass, Double) Operator
Compares an instance of
Mass
with an instance of
Double
for inequality.
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
right
)
Parameters
left
Mass
The
Mass
to compare.
right
Double
The
Double
to compare.
Return Value
Boolean
true
if the
Value
member is not equal to the
Double
; otherwise,
false
.
Implements
IEqualityOperators
TSelf, TOther, TResult
Inequality(TSelf, TOther)
See Also
Reference
Mass Structure
Inequality Overload
InnerDrive.Quantitative Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also