XamlType.Equality(XamlType, XamlType) Operador

Definición

Determina si dos objetos XamlType especificados tienen el mismo valor.

public:
 static bool operator ==(System::Xaml::XamlType ^ xamlType1, System::Xaml::XamlType ^ xamlType2);
public static bool operator == (System.Xaml.XamlType xamlType1, System.Xaml.XamlType xamlType2);
static member ( = ) : System.Xaml.XamlType * System.Xaml.XamlType -> bool
Public Shared Operator == (xamlType1 As XamlType, xamlType2 As XamlType) As Boolean

Parámetros

xamlType1
XamlType

XamlType o null.

xamlType2
XamlType

XamlType o null.

Devoluciones

true si el valor de xamlType1 es el mismo que el valor de xamlType2; en caso contrario, false.

Se aplica a