Search
RoundRectangleTemplate.SameAs Method
See Also
 





ElementTemplate.SameAs override.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override bool SameAs (
    ElementTemplate obj
)

Visual Basic  Copy Code

Public Overrides Function SameAs( _
    obj As ElementTemplate _
) As Boolean

 Parameters

obj

The ElementTemplate to compare to this template.

 Return Value

true if the specified object is a RoundRectangleTemplate closely approximating this template; otherwise, false.

 See Also