Click or drag to resize

SizeInequality Operator

Determines whether first and second Sizes are not equal.

Namespace: SautinSoft.Document.Drawing
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public static bool operator !=(
	Size first,
	Size second
)

Parameters

first  Size
The first size.
second  Size
The second size.

Return Value

Boolean
if first and second sizes are not equal; otherwise, .
See Also