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