neq method

bool neq(
  1. FEnum o
)

Implementation

bool neq(FEnum o) => value != o.value;