Returns true if x and y are not equal.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public static bool operator !=(
	Physical x,
	Physical y
)
Visual Basic (Declaration)
Public Shared Operator <> ( _
	x As Physical, _
	y As Physical _
) As Boolean
Visual C++
public:
static bool operator !=(
	Physical x, 
	Physical y
)

Parameters

x
Type: Imsl.Math..::.Physical
A Physical object.
y
Type: Imsl.Math..::.Physical
A Physical object.

Return Value

A bool value of true if x and y are not equal.

See Also