Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

ToggleButtonGroupState.Compare

Declaration

public static bool Compare(UIElements.ToggleButtonGroupState options, T value);

Parameters

Description
options The ToggleButtonGroupState to be compared with.
value The value of a given flag enum.

Returns

bool True if both options sets are the same, otherwise false.

Description

Compares two ToggleButtonGroupState of flag enum types.