isEqualTo method

Implementation

bool isEqualTo(
  Pointer<SteamNetworkingIdentity> x,
) =>
    _isEqualTo.call(
      this,
      x,
    );