SKColor.Equals Method

Definition

Overloads

Equals(SKColor)

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

Equals(Object)

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

Equals(SKColor)

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

public bool Equals (SkiaSharp.SKColor obj);

Parameters

obj
SKColor

The color to compare with the current color.

Returns

Returns true if the specified object is equal to the current object; otherwise, false.

Implements

Applies to

Equals(Object)

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

public override bool Equals (object other);

Parameters

other
Object

The object to compare with the current object.

Returns

Returns true if the specified object is equal to the current object; otherwise, false.

Applies to