Equals

BrightnessContrast.Equals method

Determines whether the specified BrightnessContrast is equal to the current BrightnessContrast.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectThe BrightnessContrast to compare.

Return Value

true if objects are equal; otherwise, false.

See Also