operator ^ method

int operator ^(
  1. EnumFlags other
)

Implementation

int operator ^(EnumFlags other) => value ^ other.value;