Equals

Luminance.Equals method

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

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

Return Value

true if objects are equal; otherwise, false.

See Also