The BaseObject type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BaseObject |
Constructor
|
Methods
| Name | Description | |
|---|---|---|
| CompareTo |
Compare two BaseObject object using Index value
| |
| Equals | Overloaded. | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Override GetHashCode method of the base class
(Overrides Object..::.GetHashCode()()().) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Operators
| Name | Description | |
|---|---|---|
| Equality |
Equality operateur : Compare Index property
| |
| GreaterThan |
Greater operator based on compareTo
| |
| Inequality |
Distinct operateur : Compare Index property
| |
| LessThan |
Lesser operator based on compareTo
|