Sha256: 7ef6af6fca6d5c2e57a6507faf80e04be916a6a108808d133464ba97f14f2d3d
Contents?: true
Size: 405 Bytes
Versions: 3
Compression:
Stored size: 405 Bytes
Contents
.TH Neq .PP Not equal to .SH Signature .PP .RS .nf neq(left: Alpha|AttrName, right: Alpha|AttrName) \-> Predicate .fi .RE .SH Examples .PP .RS .nf neq(:city, 'London') .fi .RE .PP .RS .nf neq(:supplier_city, :part_city) .fi .RE .SH Description .PP This predicates checks whether two values are different. .SH Implementation notes .PP This predicate is equivalent to \fB\fC\->(t){ _left_ != _right_ }\fR\&.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
alf-shell-0.16.3 | doc/man/neq.man |
alf-shell-0.16.2 | doc/man/neq.man |
alf-shell-0.16.1 | doc/man/neq.man |