'Declaration Public Overrides Function Remove( _
ByVal commentThe comment to remove from the collection.As Vintasoft.Imaging.Annotation.Comments.Comment _
) As Boolean
public override bool Remove(
Vintasoft.Imaging.Annotation.Comments.Comment comment
)
public: bool Remove(
Vintasoft.Imaging.Annotation.Comments.Comment* comment
); override
public:
bool Remove(
Vintasoft.Imaging.Annotation.Comments.Comment^ comment
); override
Parameters
- comment
- The comment to remove from the collection.
Return Value
True if comment was successfully removed from the collection; otherwise, false. This method also returns false if comment is not found in the collection.