Click or drag to resize

SpinEquals Method (Spin)

Determines whether the given spinor is equal to this one.

Namespace:  Meta.Numerics.Functions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public bool Equals(
	Spin s
)

Parameters

s
Type: Meta.Numerics.FunctionsSpin
The spinor to compare.

Return Value

Type: Boolean
True if s is equal to this one, otherwise false.

Implements

IEquatableTEquals(T)
See Also