operator > method

bool operator >(
  1. IcpTokens t
)

Implementation

bool operator > (IcpTokens t) {
    return this.e8s > t.e8s;
}