Determines whether the specified object is equal to the current StringFormat.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public override bool Equals ( |
Visual Basic
Copy Code
|
|---|
Public Overrides Function Equals( _ |
The object to compare with the current StringFormat.
true if the specified object is equal to the current StringFormat; otherwise, false.
See Also