PropertyIdentifier.Inequality 运算符

确定是否将指定的 PropertyIdentifier 实例视为不相等。

命名空间:  Microsoft.Windows.Design.Metadata
程序集:  Microsoft.Windows.Design.Extensibility(在 Microsoft.Windows.Design.Extensibility.dll 中)

语法

声明
Public Shared Operator <> ( _
    first As PropertyIdentifier, _
    second As PropertyIdentifier _
) As Boolean
public static bool operator !=(
    PropertyIdentifier first,
    PropertyIdentifier second
)
public:
static bool operator !=(
    PropertyIdentifier first, 
    PropertyIdentifier second
)
static let inline (<>)
        first:PropertyIdentifier * 
        second:PropertyIdentifier  : bool
JScript 不支持重载运算符。

参数

返回值

类型:System.Boolean
如果 first 不等于 second,则为 true;否则为 false。

.NET Framework 安全性

请参见

参考

PropertyIdentifier 结构

Microsoft.Windows.Design.Metadata 命名空间