BindingMemberInfo.Inequality(BindingMemberInfo, BindingMemberInfo) 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.
Determines whether two BindingMemberInfo objects are not equal.
public:
static bool operator !=(System::Windows::Forms::BindingMemberInfo a, System::Windows::Forms::BindingMemberInfo b);
public static bool operator != (System.Windows.Forms.BindingMemberInfo a, System.Windows.Forms.BindingMemberInfo b);
static member op_Inequality : System.Windows.Forms.BindingMemberInfo * System.Windows.Forms.BindingMemberInfo -> bool
Public Shared Operator != (a As BindingMemberInfo, b As BindingMemberInfo) As Boolean
Parameters
The first BindingMemberInfo to compare for inequality.
The second BindingMemberInfo to compare for inequality.
Returns
true
if the BindingMember strings for a
and b
are not equal; otherwise false
.
Remarks
The equivalent method for this operator is BindingMemberInfo.Equals(Object)
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.