Version: 2021.1
言語: 日本語
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.