Version: 2021.3
언어: 한국어
public static bool EnumEquals (T lhs, T rhs);

파라미터

lhs The first enum to compare.
rhs The second enum to compare.

반환

bool True if equal, otherwise false.

설명

Determines whether the specified enums are equal without boxing.