Click or drag to resize
Name Methods

The Name type exposes the following members.

Methods
  NameDescription
Public methodEquals
Compares this Name object to the specified Object.
(Overrides ObjectEquals(Object).)
Public methodStatic memberFindName
Returns a reference to a Name object for the specified nameString or null if a Name does not exist.
Public methodStatic memberFreeGlobalNameTable
Purges all entries from the global name table.
Public methodGetHashCode
GetHashCode() override to correspond to Equals(Object) Equals()
(Overrides ObjectGetHashCode.)
Public methodStatic memberGetName
Returns a reference to a Name object for the specified nameString creating it if it doesn't exist already.
Public methodStatic memberHasName
Returns true if a reference to a Name object exists for the specified nameString.
Public methodToString
Returns the String this Name object represents.
(Overrides ObjectToString.)
Top
See Also