MoneyInequality Operator

Compares two values to determine inequality.

Definition

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

Parameters

left  Money
The value to compare with right.
right  Money
The value to compare with left.

Return Value

Boolean
true if the two instances are NOT equal in value.

Implements

IEqualityOperatorsTSelf, TOther, TResultInequality(TSelf, TOther)

See Also