Gets true if this attributes equal with other string attributes.
'Declaration
Public Function IsEqualAttributes( _
ByVal As RtfString _
) As System.Boolean
public System.bool IsEqualAttributes(
RtfString
)
Parameters
- other
- The other Word/RTF text string.
Return Value
true if attributes equal with other attributes, otherwise false.