 | Equals (object)Equals (Object)Equals (object^) |
Determines whether this instance is equal to a specified object.
(Overrides Object.EqualsObject.EqualsObject::Equals) |
 | Equals (AnyUri)Equals (AnyUri)Equals (AnyUri^) |
Indicates whether this instance is equal to another AnyUriAnyUriAnyUri.
|
 | Object.FinalizeObject.FinalizeObject::Finalize |
Allows an objectObjectobject to attempt to free resources and perform other cleanup operations before the objectObjectobject is reclaimed by garbage collection.
(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | GetHashCodeGetHashCodeGetHashCode |
Returns the hash code for this instance.
(Overrides Object.GetHashCodeObject.GetHashCodeObject::GetHashCode) |
 | Object.GetTypeObject.GetTypeObject::GetType |
Gets the TypeTypeType of the current instance.
(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | MakeRelativeUriMakeRelativeUriMakeRelativeUri |
Determines the difference between two AnyUriAnyUriAnyUri instances.
|
 | Object.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseClone |
Creates a shallow copy of the current objectObjectobject.
(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | NormalizeNormalizeNormalize |
Returns a normalized string representation of the current instance.
|
 | ToStringToStringToString |
Returns the stringStringString that represents the current AnyUriAnyUriAnyUri.
(Overrides Object.ToStringObject.ToStringObject::ToString) |
  | TryCreate (string, out AnyUri)TryCreate (String, ByRef AnyUri)TryCreate (String^, AnyUri^%) |
Creates a new AnyUriAnyUriAnyUri from its lexical value. A return value indicates whether the conversion
succeeded or failed.
|
  | TryCreate (AnyUri, string, out AnyUri)TryCreate (AnyUri, String, ByRef AnyUri)TryCreate (AnyUri^, String^, AnyUri^%) |
Creates a new AnyUriAnyUriAnyUri from its lexical value and resolves it against a base URI. A return
value indicates whether the conversion succeeded or failed.
|