Lines Matching full:compare
13 ok( "$fh" ne "foo", "compare stringified object with string");
14 ok( $fh ne "foo", "compare object with string");
15 ok( $fh eq $fh, "compare eq with self");
17 ok( $fh != 0, "compare != 0");
18 ok( $fh == $fh, "compare == with self");
19 ok( $fh != \*STDOUT, "compare != \*STDOUT");
35 ok( "$fh" ne "foo", "compare stringified object with string");
36 ok( $fh ne "foo", "compare object with string");
37 ok( $fh eq $fh, "compare eq with self");
39 ok( $fh != 0, "compare != 0");
40 ok( $fh == $fh, "compare == with self");
41 ok( $fh != \*STDOUT, "compare != \*STDOUT");