This option controls whether pattern matching constructs should be preferred over equivalent conditional logic.
if(o is default(int) or > (default(int)))
if(o == default(int) || o > (default(int))