equals method

equals

Determines whether the specified QualifiedName is equal to the current object.

Returns

true if the specified object is equal to the current object; otherwise, false.

def equals(self, other):
    ...
ParameterTypeDescription
otherQualifiedNameThe QualifiedName to compare with the current object.

See Also