GraphConditionalStyle.Matches(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if the style should be applied based on given context object.
If the style has no conditions, or all the conditions are met then
the style should be applied
public:
bool Matches(System::Object ^ context);
public bool Matches (object context);
member this.Matches : obj -> bool
Public Function Matches (context As Object) As Boolean
Parameters
- context
- Object
The object against which to evaluate the conditions
Returns
True if this style should be applied to the given context object, false otherwise