Share via


GraphConditionalStyle.Matches(Object) Method

Definition

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

Applies to