Search
TextFormat.equals Method
See Also
 






Object.equals override.

Namespace: com.mindfusion.drawing
File: com.mindfusion.drawing

 Syntax

Java  Copy Code

public boolean equals (
    TextFormat other
)

 Parameters

other

The object to compare to this instance.

 Return Value

true if the value parameter equals the value of this instance; otherwise, false.

 See Also