Table of Contents

Class SkiaLottie.ColorEqualityComparer

Namespace
DrawnUi.Controls
Assembly
DrawnUi.Maui.dll
public class SkiaLottie.ColorEqualityComparer : IEqualityComparer<Color>
Inheritance
SkiaLottie.ColorEqualityComparer
Implements
Inherited Members
Extension Methods

Methods

Equals(Color, Color)

Determines whether the specified objects are equal.

public bool Equals(Color x, Color y)

Parameters

x Color

The first object of type T to compare.

y Color

The second object of type T to compare.

Returns

bool

true if the specified objects are equal; otherwise, false.

GetHashCode(Color)

Returns a hash code for the specified object.

public int GetHashCode(Color obj)

Parameters

obj Color

The object for which a hash code is to be returned.

Returns

int

A hash code for the specified object.

Exceptions

ArgumentNullException

The type of obj is a reference type and obj is null.