FAreaIsDifferent Method

Return a value indicating whether the values of the two areas are different.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static bool IsDifferent(
	FArea value1,
	FArea value2
)

Parameters

value1  FArea
Reference to the first value to compare.
value2  FArea
Reference to the second value to compare.

Return Value

Boolean
Value indicating whether the two values are different.

See Also