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
)
Public Function Equals (
other As SpinState
) As Boolean
public:
virtual bool Equals(
SpinState other
) sealed
abstract Equals :
other : SpinState -> bool
override Equals :
other : SpinState -> bool
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