GRVkYcbcrConversionInfo.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.