FragmentString.Equality(FragmentString, FragmentString) Operator  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Evaluates if one fragment is equal to another.
public:
 static bool operator ==(Microsoft::AspNetCore::Http::FragmentString left, Microsoft::AspNetCore::Http::FragmentString right);public static bool operator ==(Microsoft.AspNetCore.Http.FragmentString left, Microsoft.AspNetCore.Http.FragmentString right);static member ( = ) : Microsoft.AspNetCore.Http.FragmentString * Microsoft.AspNetCore.Http.FragmentString -> boolPublic Shared Operator == (left As FragmentString, right As FragmentString) As BooleanParameters
- left
- FragmentString
A FragmentString instance.
- right
- FragmentString
A FragmentString instance.
Returns
true if the fragments are equal.