|
Name |
Description |
|
Equals |
Determines whether the specified Object is equal to the current Object. (inherited from Object) |
|
GetHashCode |
Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (inherited from Object) |
|
getInt
|
Retrieve the value of the integer stored in the object. |
|
GetType |
Gets the Type of the current instance. (inherited from Object) |
|
setInt
|
Set the value of the integer stored in the object. |
|
toString
|
Value of integer stored in object represented as a string. |
|
ToString |
Returns a String that represents the current Object. (inherited from Object) |