Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


operator ==(ToggleButtonGroupState, ToggleButtonGroupState)

Checks if both of the ToggleButtonGroupState are the same.
Read time 1 minuteLast updated 10 days ago

Definition

public static bool operator ==(ToggleButtonGroupState lhs, ToggleButtonGroupState rhs)

Parameters

The first option set to be compared against.

The second option set to be compared against.

Returns

Type

Description

boolTrue if both option sets are the same, otherwise returns false.