SurfaceSurfaceIntersectorConfigurationsEquality
Operator
 | 
Equality operator for the
SurfaceSurfaceIntersectorConfigurations structure. Checks whether
specified intersector configurations are equal.
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
 
public static bool operator ==(
        SurfaceSurfaceIntersectorConfigurations a,
        SurfaceSurfaceIntersectorConfigurations b
)
 
Public Shared Operator = ( 
        a As SurfaceSurfaceIntersectorConfigurations,
        b As SurfaceSurfaceIntersectorConfigurations
) As Boolean
 
public:
static bool operator ==(
        SurfaceSurfaceIntersectorConfigurations a, 
        SurfaceSurfaceIntersectorConfigurations b
)
 
static let inline (=)
        a : SurfaceSurfaceIntersectorConfigurations * 
        b : SurfaceSurfaceIntersectorConfigurations  : bool
 
 
 
Parameters
- a  SurfaceSurfaceIntersectorConfigurations
 
- [in] Left operand.
 
- b  SurfaceSurfaceIntersectorConfigurations
 
- [in] Right operand.
 
Return Value
Boolean
true if all the following conditions are met: * Configurations for
first surfaces to the left of intersections are equal *
Configurations for second surfaces to the left of intersections are
equal * Configurations for first surfaces to the right of
intersections are equal * Configurations for second surfaces to the
right of intersections are equal * Intersection types are equal *
Intersection dimensions are equal
 
See Also