GRBackendRenderTargetDesc.Equality Operator
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.
Determines whether two specified GRBackendRenderTargetDesc objects have the same value.
public static bool operator ==(SkiaSharp.GRBackendRenderTargetDesc left, SkiaSharp.GRBackendRenderTargetDesc right);
Parameters
The first GRBackendRenderTargetDesc to compare.
The second GRBackendRenderTargetDesc to compare.
Returns
true if the value of left is the same as the value of right; otherwise, false.