Sha256: 201ab478b28544f443566bbc75cd0678e818fafdd7162db7d4253908c0e6739b
Contents?: true
Size: 392 Bytes
Versions: 3
Compression:
Stored size: 392 Bytes
Contents
.TH Eq .PP Equals to .SH Signature .PP .RS .nf eq(left: Alpha|AttrName, right: Alpha|AttrName) -> Predicate .fi .RE .SH Examples .PP .RS .nf eq(:city, 'London') .fi .RE .PP .RS .nf eq(:supplier_city, :part_city) .fi .RE .SH Description .PP This predicates checks whether two values are equal. .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/eq.man |
alf-shell-0.16.0 | doc/man/eq.man |
alf-shell-0.15.0 | doc/man/eq.man |