FragmentString.Inequality(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.
Evalutes if one fragment is not 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 op_Inequality : Microsoft.AspNetCore.Http.FragmentString * Microsoft.AspNetCore.Http.FragmentString -> bool
Public Shared Operator != (left As FragmentString, right As FragmentString) As Boolean
Parameters
- left
- FragmentString
A FragmentString instance.
- right
- FragmentString
A FragmentString instance.
Returns
true
if the fragments are not equal.