Click or drag to resize

SpinStateEquality Operator

Determines whether two spin states are equal.

Namespace:  Meta.Numerics.Functions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static bool operator ==(
	SpinState s1,
	SpinState s2
)

Parameters

s1
Type: Meta.Numerics.FunctionsSpinState
The first spin state.
s2
Type: Meta.Numerics.FunctionsSpinState
The second spin state.

Return Value

Type: Boolean
if s1 and s2 are equal, otherwise .
See Also