Click or drag to resize

SizeEquals(Size) Method

Determines whether the other Size is equal to this Size instance.

Namespace: SautinSoft.Document.Drawing
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public bool Equals(
	Size other
)

Parameters

other  Size
The other size to compare with this size instance.

Return Value

Boolean
if the other Size is equal to this Size instance; otherwise, .

Implements

IEquatableTEquals(T)
See Also