Click or drag to resize
PhysicalInequality Operator
Returns true if x and y are not equal.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static bool operator !=(
	Physical x,
	Physical y
)

Parameters

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

Return Value

Type: Boolean
A bool value of true if x and y are not equal.
See Also