XamlType.Equality(XamlType, XamlType) Operator

Definition

Avgör om två angivna XamlType objekt har samma värde.

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

Parametrar

xamlType1
XamlType

A XamlType eller null.

xamlType2
XamlType

A XamlType eller null.

Returer

true om värdet xamlType1 för är detsamma som värdet för xamlType2, annars , false.

Gäller för