SKPMColor.Equals Method

Definition

Overloads

Equals(SKPMColor)

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(SKPMColor)

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

public bool Equals (SkiaSharp.SKPMColor obj);

Parameters

obj
SKPMColor

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