For a list of all members of this type, see ParseResult members.
Public Methods
| | Name | Description |
 | Equals | Overloaded.
Returns True iff the given object o is a ParseResult object equivalent to this object.
Two ParseResult objects are equivalent if the ExpandedUnaliasedName for
the two objects have the same value with their case ignored.
|
 | GetHashCode |
Returns a suitable Hash Code for this object. The Hash Code for two objects
that are Equal must be the same. The Hash Code shouldn't change over the
life of the object.
|
Top
See Also