Click or drag to resize

SpinInequality Operator

Determines whether two spinors are unequal.

Namespace:  Meta.Numerics.Functions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static bool operator !=(
	Spin a,
	Spin b
)

Parameters

a
Type: Meta.Numerics.FunctionsSpin
The first spin.
b
Type: Meta.Numerics.FunctionsSpin
The second spin.

Return Value

Type: Boolean
False if a and b are equal, otherwise true.
See Also