The UrlParam type exposes the following members.

Methods

  NameDescription
Equals
Returns a bool indicating whether the Object is equal to this UrlParam.
(Overrides Object..::.Equals(Object).)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Returns a hash code for this URL parameter. UrlParam objects for which Equals(Object) returns true have hashcodes that are equal. This method is never used, but is necessary because we are overriding Equals(Object) in this class.
(Overrides Object..::.GetHashCode()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also