IMSL C# Numerical Library

Physical.Equals Method (Object)

Returns true if x equals this value.

public override bool Equals(
   object x
);

Parameters

x
An Object to be tested for equality.

Return Value

A bool value of true if x and this Physical object are equal.

See Also

Physical Class | Imsl.Math Namespace | Physical.Equals Overload List