Uri.Equality() Operator in C# with Examples
Uri.Equality() Operator is used to compare two Uri objects. If two Uri objects contain the same Uri, then it returns the true otherwise it returns false. Syntax: public static bool operator == (Uri uri1, Uri uri2); Parameter: This method has the following parameters: uri1: This parameter is the firs