FSizeIsDifferent Method

Return a value indicating whether two sizes are different.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static bool IsDifferent(
	FSize sizeA,
	FSize sizeB
)

Parameters

sizeA  FSize
Reference to the first size to be compared.
sizeB  FSize
Reference to the second size to be compared.

Return Value

Boolean
Value indicating whether the sizes are different.

See Also