eq method

bool eq(
  1. FEnum o
)

Implementation

bool eq(FEnum o) => value == o.value;