Edit

SKDocumentXpsOptions.Equals Method

Definition

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

obj
SKDocumentXpsOptions

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.

Applies to