static public method XSize.Equals

Brief

Checks whether two XSize structures are equal.

Declaration
C#
bool  Equals (Gehtsoft.PDFFlow.Models.Shared.XSize size1, Gehtsoft.PDFFlow.Models.Shared.XSize size2)

Parameters
size1

One XSize structure.

size2

Another XSize structure.

Declared in XSize

back