Class Overview A name token. public string Name {get; set;} Description The name. public bool Equals (Object obj) Description Tests equality.
Comparison result.
obj Object to compare against. public int GetHashCode () Description Returns this object's hash code.
The hash code. public string ToString () Description Returns this object's string value.
Token string value. JR |