Edit

GRVkYcbcrComponents.Equals Method

Definition

Overloads

Name Description
Equals(GRVkYcbcrComponents)

Indicates whether this component mapping is equal to another GRVkYcbcrComponents.

Equals(Object)

Indicates whether this component mapping is equal to the specified object.

Equals(GRVkYcbcrComponents)

Indicates whether this component mapping is equal to another GRVkYcbcrComponents.

public readonly bool Equals(SkiaSharp.GRVkYcbcrComponents obj);

Parameters

obj
GRVkYcbcrComponents

The GRVkYcbcrComponents to compare with this instance.

Returns

true if both instances have identical component swizzle values; otherwise, false.

Implements

Applies to

Equals(Object)

Indicates whether this component mapping is equal to the specified object.

public override readonly bool Equals(object obj);

Parameters

obj
Object

The object to compare with this instance.

Returns

true if obj is a GRVkYcbcrComponents with identical component swizzle values; otherwise, false.

Applies to