ValueProviderResult.Equality(ValueProviderResult, ValueProviderResult) 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 equality.
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 ( = ) : Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult * Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult -> bool
	Public Shared Operator == (x As ValueProviderResult, y As ValueProviderResult) As Boolean
	Parameters
Returns
true if the values are equal, otherwise false.