Determines whether two spin states are unequal.

Namespace:  Meta.Numerics.Functions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 1.5.0.0 (1.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static bool operator !=(
	SpinState s1,
	SpinState s2
)
Public Shared Operator <> ( _
	s1 As SpinState, _
	s2 As SpinState _
) As Boolean
public:
static bool operator !=(
	SpinState s1, 
	SpinState s2
)

Parameters

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

Return Value

False if s1 and s2 are equal, otherwise true.

See Also