EasyLanguage Object Reference

Object Class

The base class from which all other classes are derived.  Every method in the Object class is available in all objects in the system, although derived classes can and do override some of the base methods.

Namespace: elsystem

[ Expand All ]
Methods
  Name Description
Public property Clone Creates a duplicate of the current object.
Public property Equals(obj) Determines whether the specified object is equal to the current object instance.
Public property Equals(objA, objB) Determines whether the specified object instances are considered equal.
Public property GetType Gets the type of the current object instance.
Public property ReferenceEquals(objA, objB) Determines whether the specified object instances are the same instance.
Public property ToString Converts the value of this instance to a string.
Operators
  Name Description

operator <>

True with two objects are not equal.
operator = True with two objects are determined to be equal.
Inheritance Hierarchy

none