Method plist/ne


  NE overloads the ~= operator for ltpda objects.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: NE overloads the ~= operator for ltpda objects.
 
  CALL:        result = ne(obj1,obj2)
               result = ne(obj1,obj2,  exc_list)
               result = ne(obj1,obj2, 'property1', 'property2')
               result = ne(obj1,obj2, 'class/property', 'class/property')
               result = ne(obj1,obj2,  plist('Exceptions', 'exception-list'))
 
  PLIST:       key:   'Exceptions'
               value:  String or cell-array with exceptions.
 
  EXAMPLES:    result = ne(obj1,obj2, 'name', 'created')
               result = ne(obj1,obj2, 'ao/name')
 
  INPUTS:      obj1,obj2 - input objects
               exc_list  - exception list
                           List of properties which are not checked.
 
  OUTPUTS:     If the two objects are considered equal, result == false,
               otherwise, result == true.
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ltpda_obj
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
back to top back to top

Some information of the method ltpda_obj/ne are listed below:
Class name ltpda_obj
Method name ne
Category Relational Operator
Package name ltpda
VCS Version 175910878ca914560542d679d9d392de37438d84
Min input args 2
Max input args -1
Min output args 1
Max output args -1




©LTP Team