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
)
Public Function Equals (
s As Spin
) As Boolean
public:
virtual bool Equals(
Spin s
) sealed
abstract Equals :
s : Spin -> bool
override Equals :
s : Spin -> bool
Parameters
- s
- Type: Meta.Numerics.FunctionsSpin
The spinor to compare.
Return Value
Type:
BooleanTrue if
s is equal to this one, otherwise false.
Implements
IEquatableTEquals(T)See Also