Search
ElementTemplate.SameAs Method
See Also
 





Checks whether the current element and the specified element resemble each other closely enough to be considered identical.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public abstract bool SameAs (
    ElementTemplate obj
)

Visual Basic  Copy Code

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

 Parameters

obj

The ElementTemplate to compare to this element.

 Return Value

true if the specified object closely approximates this element; otherwise, false.

 See Also