Click or drag to resize
PhysicalEquals Method (Object)
Returns true if x equals this value.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public override bool Equals(
	Object x
)

Parameters

x
Type: SystemObject
An Object to be tested for equality.

Return Value

Type: Boolean
A bool value of true if x and this Physical object are equal.
See Also