Click or drag to resize

SpinEquals Method (Spin, Spin)

Determines whether two spinors are equal.

Namespace:  Meta.Numerics.Functions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static bool Equals(
	Spin a,
	Spin b
)

Parameters

a
Type: Meta.Numerics.FunctionsSpin
The first spin.
b
Type: Meta.Numerics.FunctionsSpin
The second spin.

Return Value

Type: Boolean
True if a and b are equal, otherwise false.
See Also