Url.op_Equality

Url Equality operator

Determines whether the specified objects are equal.

public static bool operator ==(Url a, Url b)
ParameterTypeDescription
aUrlFirst object to compare
bUrlSecond object to compare

Return Value

Returns true if objects are equal, otherwise false.

See Also