operator > abstract method

bool operator >(
  1. Object other
)

Comparison operators for numeric values

Implementation

bool operator >(Object other);