operator > abstract method

bool operator >(
  1. Object other
)

Relational greater than operator.

Implementation

bool operator >(Object other);