Edit

GRVkYcbcrConversionInfo.Equals Method

Definition

Overloads

Name Description
Equals(GRVkYcbcrConversionInfo)

Indicates whether this conversion info is equal to another GRVkYcbcrConversionInfo.

Equals(Object)

Indicates whether this conversion info is equal to the specified object.

Equals(GRVkYcbcrConversionInfo)

Indicates whether this conversion info is equal to another GRVkYcbcrConversionInfo.

public readonly bool Equals(SkiaSharp.GRVkYcbcrConversionInfo obj);

Parameters

obj
GRVkYcbcrConversionInfo

The GRVkYcbcrConversionInfo to compare with this instance.

Returns

true if both instances have identical conversion parameters; otherwise, false.

Implements

Applies to

Equals(Object)

Indicates whether this conversion info 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 GRVkYcbcrConversionInfo with identical conversion parameters; otherwise, false.

Applies to