Skip to content

Properties.Inequality Operator

Definition

Returns true if two collections are not equal, false otherwise.

public static bool operator Inequality(Properties? x, Properties? y);

View source

Parameters

Name Type Description
x Properties The first collection.
y Properties The second collection.

Returns

Boolean

true if the collections are not equal, false otherwise.