Example #1
0
File: Name.py Project: cawka/PyNDN
    def __ne__(self, other):
		return _pyndn.compare_names(self.ndn_data, other.ndn_data) != 0
Example #2
0
 def __ne__(self, other):
     return _pyndn.compare_names(self.ndn_data, other.ndn_data) != 0