Sha256: 6c7d888c84c92b8cae6c0b3cca2e09874b87eedac5832fd8517770366483aac6
Contents?: true
Size: 403 Bytes
Versions: 3
Compression:
Stored size: 403 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.4 | doc/man/neq.man |
alf-shell-0.16.0 | doc/man/neq.man |
alf-shell-0.15.0 | doc/man/neq.man |