ValueProviderResult.Inequality 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.
Compares two ValueProviderResult objects for inequality.
public:
 static bool operator !=(Microsoft::AspNetCore::Mvc::ModelBinding::ValueProviderResult x, Microsoft::AspNetCore::Mvc::ModelBinding::ValueProviderResult y);
	public static bool operator !=(Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult x, Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult y);
	static member op_Inequality : Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult * Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult -> bool
	Public Shared Operator != (x As ValueProviderResult, y As ValueProviderResult) As Boolean
	Parameters
Returns
false if the values are equal, otherwise true.