The BaseObject type exposes the following members.

Constructors

  NameDescription
BaseObject
Constructor

Methods

  NameDescription
CompareTo
Compare two BaseObject object using Index value
EqualsOverloaded.
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
Returns a String that represents the current Object.
(Inherited from Object.)

Operators

  NameDescription
Equality
Equality operateur : Compare Index property
GreaterThan
Greater operator based on compareTo
Inequality
Distinct operateur : Compare Index property
LessThan
Lesser operator based on compareTo

Properties

  NameDescription
Flag
Byte Flag property
Index
Index property

See Also