Class: AEMReference::NotEquals
- Defined in:
- lib/_aem/aemreference.rb
Constant Summary collapse
- Name =
:ne- OperatorNOT =
AEMReference.pack_enum(KAE::KAENOT)
Constants inherited from Equals
Instance Method Summary collapse
Methods inherited from ComparisonTest
#AEM_resolve, #initialize, #to_s
Methods inherited from Test
Methods inherited from Query
#==, #AEM_comparable, #hash, #initialize, #inspect
Constructor Details
This class inherits a constructor from AEMReference::ComparisonTest
Instance Method Details
#AEM_pack_self(codecs) ⇒ Object
831 832 833 |
# File 'lib/_aem/aemreference.rb', line 831 def AEM_pack_self(codecs) return @_operand1.eq(@_operand2).not.AEM_pack_self(codecs) end |