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
)
Public Shared Operator = (
s1 As SpinState,
s2 As SpinState
) As Boolean
public:
static bool operator ==(
SpinState s1,
SpinState s2
)
static let inline (=)
s1 : SpinState *
s2 : SpinState : bool
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