次の方法で共有


ModelProperty.Inequality(ModelProperty, ModelProperty) 演算子

定義

プロパティが非等価であるかどうかを判断します。 同じ名前と親を持つ場合、それらのプロパティは等価です。

public:
 static bool operator !=(System::Activities::Presentation::Model::ModelProperty ^ first, System::Activities::Presentation::Model::ModelProperty ^ second);
public static bool operator != (System.Activities.Presentation.Model.ModelProperty first, System.Activities.Presentation.Model.ModelProperty second);
static member op_Inequality : System.Activities.Presentation.Model.ModelProperty * System.Activities.Presentation.Model.ModelProperty -> bool
Public Shared Operator != (first As ModelProperty, second As ModelProperty) As Boolean

パラメーター

first
ModelProperty

最初のプロパティ。

second
ModelProperty

2 番目のプロパティ。

戻り値

最初のプロパティが 2 番目のプロパティと等価である場合は false、そうでない場合は true です。

適用対象