public static bool EnumEquals (T lhs, T rhs);

Parámetros

lhsThe first enum to compare.
rhsThe second enum to compare.

Valor de retorno

bool True if equal, otherwise false.

Descripción

Determines whether the specified enums are equal without boxing.