FEllipseIsDifferent Method
Return a value indicating whether the values of the two ellipses are
different.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static bool IsDifferent(
FEllipse value1,
FEllipse value2
)
Public Shared Function IsDifferent (
value1 As FEllipse,
value2 As FEllipse
) As Boolean
No code example is currently available or this language may not be supported.
- value1 FEllipse
-
Reference to the first value to compare.
- value2 FEllipse
-
Reference to the second value to compare.
Boolean
Value indicating whether the two ellipses are different.