GraphObject.HasCategory Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
HasCategory(String) | Returns true if the object has the given category. | |
HasCategory(GraphCategory) | Returns true if the object has the given category. | |
HasCategory(IEnumerable<GraphCategory>) | Returns true if the object has any of the given categories. |
Top