isGroup static method

bool isGroup(
  1. int network
)

Implementation

static bool isGroup(int network) {
  return network & GROUP == GROUP;
}