Beispiel #1
0
    def equals(self, imageIDONode1, imageIDONode2):
        data1 = imageIDONode1.getPath()
        data2 = imageIDONode2.getPath()

        return ZDefaultListComparator.equals(self, data1, data2)
Beispiel #2
0
    def equals(self, linkIDONode1, linkIDONode2):
        data1 = linkIDONode1.getPath()
        data2 = linkIDONode2.getPath()

        return ZDefaultListComparator.equals(self, data1, data2)
Beispiel #3
0
    def equals(self, imageIDONode1, imageIDONode2):
        data1 = imageIDONode1.getPath()
        data2 = imageIDONode2.getPath()

        return ZDefaultListComparator.equals(self, data1, data2)