PhysicalEquals Method (Object) |
Returns true if x equals this value.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public override bool Equals(
Object x
)
Public Overrides Function Equals (
x As Object
) As Boolean
public:
virtual bool Equals(
Object^ x
) override
abstract Equals :
x : Object -> bool
override Equals :
x : Object -> bool
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