PropertyIdentifier.Equals メソッド (PropertyIdentifier)
指定した PropertyIdentifier が、現在の PropertyIdentifier と等しいかどうかを判断します。
名前空間: Microsoft.Windows.Design.Metadata
アセンブリ: Microsoft.Windows.Design.Extensibility (Microsoft.Windows.Design.Extensibility.dll 内)
構文
'宣言
Public Function Equals ( _
other As PropertyIdentifier _
) As Boolean
public bool Equals(
PropertyIdentifier other
)
public:
virtual bool Equals(
PropertyIdentifier other
) sealed
abstract Equals :
other:PropertyIdentifier -> bool
override Equals :
other:PropertyIdentifier -> bool
public final function Equals(
other : PropertyIdentifier
) : boolean
パラメーター
- other
型: Microsoft.Windows.Design.Metadata.PropertyIdentifier
現在の PropertyIdentifier と比較する PropertyIdentifier。
戻り値
型: System.Boolean
指定した PropertyIdentifier が現在の PropertyIdentifier と等しい場合は true。それ以外の場合は false。
実装
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。