Equals
ParagraphStyle.Equals method (1 of 2)
Determines whether the specified object is equal to the current object.
public override bool Equals(object obj)
Parameter | Type | Description |
---|---|---|
obj | Object | The object. |
Return Value
The Boolean.
See Also
- class ParagraphStyle
- namespace Aspose.Note
- assembly Aspose.Note
ParagraphStyle.Equals method (2 of 2)
Determines whether the specified object is equal to the current object.
public bool Equals(ParagraphStyle other)
Parameter | Type | Description |
---|---|---|
other | ParagraphStyle | The object. |
Return Value
The Boolean.
See Also
- class ParagraphStyle
- namespace Aspose.Note
- assembly Aspose.Note