BindingSource.Inequality(BindingSource, BindingSource) Operator
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
static bool operator !=(Microsoft::AspNetCore::Mvc::ModelBinding::BindingSource ^ s1, Microsoft::AspNetCore::Mvc::ModelBinding::BindingSource ^ s2);
public static bool operator != (Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource s1, Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource s2);
public static bool operator != (Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource? s1, Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource? s2);
static member op_Inequality : Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource * Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource -> bool
Public Shared Operator != (s1 As BindingSource, s2 As BindingSource) As Boolean