ValueSource.Inequality(ValueSource, ValueSource) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether two ValueSource instances do not have the same value.
public:
static bool operator !=(System::Windows::ValueSource vs1, System::Windows::ValueSource vs2);
public static bool operator != (System.Windows.ValueSource vs1, System.Windows.ValueSource vs2);
static member op_Inequality : System.Windows.ValueSource * System.Windows.ValueSource -> bool
Public Shared Operator != (vs1 As ValueSource, vs2 As ValueSource) As Boolean
Parameters
- vs1
- ValueSource
The first ValueSource to compare.
- vs2
- ValueSource
The second ValueSource to compare.
Returns
true
if the two ValueSource instances are not equivalent; otherwise, false
.
Remarks
This implementation calls Equals, returning its negation, and supports value equality based on all properties of ValueSource.
Applies to
See also
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.