M_Rhino_Geometry_ComponentStatus_HasSomeEqualStates - mcneel/rhinocommon-api-docs GitHub Wiki
For the purposes of this test, Selected and SelectedPersistent are considered equal.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool HasSomeEqualStates(
ComponentStatus statesFilter,
ComponentStatus comparand
)
VB
Public Function HasSomeEqualStates (
statesFilter As ComponentStatus,
comparand As ComponentStatus
) As Boolean
- statesFilter
- Type: Rhino.Geometry.ComponentStatus
If no states are specified, then false is returned. - comparand
- Type: Rhino.Geometry.ComponentStatus
If a state is set in states_filter, the corresponding state in "this" and comparand will be tested.
Type: Boolean
True if at least one tested state in "this" and comparand are identical.
Supported in: 6.0.16224.21491