Equals

GrayScale.Equals method

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

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

Return Value

true if objects are equal; otherwise, false.

See Also