Click or drag to resize

SpinStateEquals Method (Object)

Determines whether the given object represents the same spin state.

Namespace:  Meta.Numerics.Functions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare.

Return Value

Type: Boolean
if obj is an equal spin state, otherwise .
See Also