TextLineFormat
Equals Method (TextLineFormat)
|
Indicates whether the two LineFormat instances are equal.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public bool Equals(
TextLineFormat lf
)
Public Function Equals (
lf As TextLineFormat
) As Boolean
public:
bool Equals(
TextLineFormat^ lf
)
member Equals :
lf : TextLineFormat -> bool
Parameters
-
lf
-
Type:
Spire.Presentation
TextLineFormat
The LineFormat to compare with the current LineFormat.
Return Value
Type:
Boolean
true
if the specified LineFormat is equal to the current LineFormat; otherwise,
false
.
See Also