Is it possible to shorten this code into one line?...

Code:
if ( $comchan($$1,0) > 0 ) { /return $true }
else { /return $false }


Thanks!