XamlType.Equality(XamlType, XamlType) Operador

Definição

Determina se dois objetos especificados XamlType têm o mesmo 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 ou null.

xamlType2
XamlType

XamlType ou null.

Retornos

true se o valor for xamlType1 igual ao valor de xamlType2; caso contrário, false.

Aplica-se a