Skip to content

Properties.Equality Operator

Definition

Returns true if two collections are equal, false otherwise.

public static bool operator Equality(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 equal, false otherwise.