Checks whether the current element and the specified element resemble each other closely enough to be considered identical.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public abstract bool SameAs ( |
Visual Basic
Copy Code
|
|---|
Public MustOverride Function SameAs( _ |
The ElementTemplate to compare to this element.
true if the specified object closely approximates this element; otherwise, false.
See Also