Equals

Duotone.Equals method

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

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

Return Value

true if objects are equal; otherwise, false.

See Also