MindFusion.Wpf Pack Programmer's Guide
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.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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

ElementTemplate Members
ElementTemplate Class
MindFusion.Diagramming.Wpf Namespace