Search
StringFormat.Equals Method
See Also
 





Determines whether the specified object is equal to the current StringFormat.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public override bool Equals (
    Object obj
)

Visual Basic  Copy Code

Public Overrides Function Equals( _
    obj As Object _
) As Boolean

 Parameters

obj

The object to compare with the current StringFormat.

 Return Value

true if the specified object is equal to the current StringFormat; otherwise, false.

 See Also