KeyAttributePair<T>.Equality 演算子
指定された KeyAttributePair<T> インスタンスが等しいかどうかを判断します。
名前空間: Microsoft.Windows.Design.PropertyEditing
アセンブリ: Microsoft.Windows.Design.Interaction (Microsoft.Windows.Design.Interaction.dll 内)
構文
'宣言
Public Shared Operator = ( _
pair1 As KeyAttributePair(Of T), _
pair2 As KeyAttributePair(Of T) _
) As Boolean
public static bool operator ==(
KeyAttributePair<T> pair1,
KeyAttributePair<T> pair2
)
public:
static bool operator ==(
KeyAttributePair<T> pair1,
KeyAttributePair<T> pair2
)
static let inline (=)
pair1:KeyAttributePair<'T> *
pair2:KeyAttributePair<'T> : bool
JScript では、オーバーロードされた演算子は使用できません。
パラメーター
- pair1
型: Microsoft.Windows.Design.PropertyEditing.KeyAttributePair<T>
比較対象となる最初の KeyAttributePair<T>。
- pair2
型: Microsoft.Windows.Design.PropertyEditing.KeyAttributePair<T>
比較対象の第 2 KeyAttributePair<T>。
戻り値
型: System.Boolean
first が second に等しい場合は true。それ以外の場合は false。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。
参照
参照
Microsoft.Windows.Design.PropertyEditing 名前空間