SKDocumentXpsOptions.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(SKDocumentXpsOptions) |
Indicates whether these options are equal to another SKDocumentXpsOptions. |
| Equals(Object) |
Indicates whether these options are equal to the specified object. |
Equals(SKDocumentXpsOptions)
Indicates whether these options are equal to another SKDocumentXpsOptions.
public readonly bool Equals(SkiaSharp.SKDocumentXpsOptions obj);
Parameters
The SKDocumentXpsOptions to compare with this instance.
Returns
true if both instances have the same DPI and flags; otherwise, false.
Implements
Applies to
Equals(Object)
Indicates whether these options are 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 SKDocumentXpsOptions with the same values; otherwise, false.