equals method

equals

Determines whether the specified CadCodeValue, is equal to this instance.

Returns

true if the specified CadCodeValue is equal to this instance; otherwise, false.

def equals(self, obj):
    ...
ParameterTypeDescription
objCadCodeValueThe CadCodeValue to compare with this instance.

See Also