XamlMember.Inequality(XamlMember, XamlMember) 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 specified XamlMember objects have different values.
public:
static bool operator !=(System::Xaml::XamlMember ^ xamlMember1, System::Xaml::XamlMember ^ xamlMember2);
public static bool operator != (System.Xaml.XamlMember xamlMember1, System.Xaml.XamlMember xamlMember2);
static member op_Inequality : System.Xaml.XamlMember * System.Xaml.XamlMember -> bool
Public Shared Operator != (xamlMember1 As XamlMember, xamlMember2 As XamlMember) As Boolean
Parameters
- xamlMember1
- XamlMember
A XamlMember or null
.
- xamlMember2
- XamlMember
A XamlMember or null
.
Returns
true
if the value of xamlMember1
differs from the value of xamlMember2
; otherwise, false
.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.