Inner Drive Extensible Architecture
C#
Show/Hide TOC
Speed
Inequality(Speed, Speed) Operator
Compares two values to determine inequality.
Definition
Namespace:
InnerDrive.Quantitative
Assembly:
InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
Copy
public
static
bool
operator
!=
(
Speed
left
,
Speed
right
)
Parameters
left
Speed
The value to compare with
right
.
right
Speed
The value to compare with
left
.
Return Value
Boolean
if
left
is not equal to
right
; otherwise,
.
Implements
IEqualityOperators
TSelf, TOther, TResult
Inequality(TSelf, TOther)
See Also
Reference
Speed Structure
Inequality Overload
InnerDrive.Quantitative Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also