compare_to method

compare_to(self, other)

Compare the render state with another instance

Returns


def compare_to(self, other):
    ...
ParameterTypeDescription
otherRenderStateAnother render state to compare

See Also