Url.Equals

Equals(Url)

Determines whether the specified Object is equal to the current Object.

public bool Equals(Url obj)
ParameterTypeDescription
objUrlThe Object to compare with the current Object.

Return Value

Returns a boolean indicating if the passed in object obj is Equal to this.

See Also


Equals(Url, Url)

Determines whether the specified object instances are considered equal.

public bool Equals(Url x, Url y)
ParameterTypeDescription
xUrlThe first object to compare.
yUrlThe second object to compare.

Return Value

true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.

See Also