Method RemoveComment
RemoveComment(GraphDescriptor, CommentDescriptor)
Remove a comment from the Graph
Declaration
public static bool RemoveComment(GraphDescriptor desc, CommentDescriptor comment)
Parameters
| Type | Name | Description | 
|---|---|---|
| GraphDescriptor | desc | The GraphDescriptor  | 
    
| CommentDescriptor | comment | The CommentDescriptor to remove  | 
    
Returns
| Type | Description | 
|---|---|
| bool | Returns true for success  |