Checks whether the current element and the specified element resemble each other closely enough to be considered identical.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# 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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |