XamlType.Equality(XamlType, XamlType) 演算子

定義

指定した 2 つの XamlType オブジェクトの値が同一かどうかを判断します。

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

パラメーター

xamlType1
XamlType

XamlType または null

xamlType2
XamlType

XamlType または null

戻り値

xamlType1 の値が xamlType2 の値と同じ場合は true。それ以外の場合は false

適用対象