Compares this object against the specified object.
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
The object to compare with.
Return Value
Type:
Booleantrue if the objects are the same;
false otherwise.
See Also