Click or drag to resize

SpinStateEquals Method (SpinState)

Tests whether another instance equals the current instance.

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

Parameters

other
Type: Meta.Numerics.FunctionsSpinState
The other SpinState instance.

Return Value

Type: Boolean
if the current instance is equal to other, otherwise .

Implements

IEquatableTEquals(T)
See Also