SpinStateInequality Operator

Determines whether two spin states are unequal.

Definition

Namespace: Meta.Numerics.Functions
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public static bool operator !=(
	SpinState s1,
	SpinState s2
)

Parameters

s1  SpinState
The first spin state.
s2  SpinState
The second spin state.

Return Value

Boolean
if s1 and s2 are equal, otherwise .

See Also