Determines whether two spinors are equal.

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 ==(
	Spin a,
	Spin b
)
Public Shared Operator = ( _
	a As Spin, _
	b As Spin _
) As Boolean
public:
static bool operator ==(
	Spin a, 
	Spin b
)

Parameters

a
Spin
The first spin.
b
Spin
The second spin.

Return Value

True if a and b are equal, otherwise false.

See Also