System.Double.op_Inequality Method

Returns a value that indicates whether two specified double values are not equal.

Syntax

public static bool operator!= (double left, double right)

Parameters

left
The first value to compare.
right
The second value to compare.

Returns

true if left and right are not equal; otherwise, false.

Remarks

The double.op_Inequality(double, double) method defines the inequality operator for double values.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 4.0.0.0