Equals()

Uri::Equals(SharedPtr<Object>) method

Determines if the URIs represented by the current and specified objects are equal.

virtual bool System::Uri::Equals(SharedPtr<Object> comparand) override

Arguments

ParameterTypeDescription
comparandSharedPtr<Object>The Uri object to compare the current object with

Return Value

True if URIs are equal, otherwise - false

See Also