Edit

Share via


GrVkYcbcrConversionInfo.Equals Method

Definition

Overloads

Name Description
Equals(GrVkYcbcrConversionInfo)

Determines whether the specified GrVkYcbcrConversionInfo is equal to the current instance.

Equals(Object)

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

Equals(GrVkYcbcrConversionInfo)

Determines whether the specified GrVkYcbcrConversionInfo is equal to the current instance.

public readonly bool Equals(SkiaSharp.GrVkYcbcrConversionInfo obj);

Parameters

obj
GrVkYcbcrConversionInfo

The GrVkYcbcrConversionInfo to compare with this instance.

Returns

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

Implements

Applies to

Equals(Object)

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

public override readonly bool Equals(object obj);

Parameters

obj
Object

The object to compare with the current instance.

Returns

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

Applies to