FSizeIsDifferent Method
            Return a value indicating whether two sizes are different.
            
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.3011.3729
public static bool IsDifferent(
	FSize sizeA,
	FSize sizeB
)
Public Shared Function IsDifferent ( 
	sizeA As FSize,
	sizeB As FSize
) As Boolean
No code example is currently available or this language may not be supported.
- sizeA  FSize
- 
            Reference to the first size to be compared.
            
- sizeB  FSize
- 
            Reference to the second size to be compared.
            
Boolean
            Value indicating whether the sizes are different.