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
)
Public Shared Operator <> (
a As Spin,
b As Spin
) As Boolean
public:
static bool operator !=(
Spin a,
Spin b
)
static let inline (<>)
a : Spin *
b : Spin : bool
Parameters
- a
- Type: Meta.Numerics.FunctionsSpin
The first spin. - b
- Type: Meta.Numerics.FunctionsSpin
The second spin.
Return Value
Type:
BooleanFalse if
a and
b are equal, otherwise true.
See Also