FEllipseIsDifferent Method

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

Definition

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

Parameters

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

Return Value

Boolean
Value indicating whether the two ellipses are different.

See Also