This version of Unity is unsupported.

StylePropertyName.operator ==

public static bool operator ==(UIElements.StylePropertyName lhs, UIElements.StylePropertyName rhs);

Parameters

lhs First StylePropertyName.
rhs Second StylePropertyName.

Returns

bool True if both StylePropertyNames are equal. False otherwise.

Description

Determines if the StylePropertyNames are equal.