[This is preliminary documentation and is subject to change.]

Overload List

  Name Description
Public method Contains(Guid)
Determines whether the world object with the specified world ID is contained within the condition (regardless of its ON/OFF specification)
Public method Contains(IWorldObject)
Determines whether the world object is contained within the condition (regardless of its ON/OFF specification)
Public method Contains(Rule..::..Condition..::..ConditionTuple)
Determines whether the world object and ON/OFF specification (in the form of a Rule..::..Condition..::..ConditionTuple) are contained within the condition
Public method Contains(Guid, Boolean)
Determines whether the world object with the specified world ID is contained within the condition and has the specified ON/OFF setting
Public method Contains(IWorldObject, Boolean)
Determines whether the world object is contained within the condition and has the specified ON/OFF setting

See Also