GRVkYcbcrComponents.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(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
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.