ElementTemplate.SameAs override.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public override bool SameAs ( |
Visual Basic
Copy Code
|
|---|
Public Overrides Function SameAs( _ |
The ElementTemplate to compare to this template.
true if the specified object is a LineTemplate closely approximating this template; otherwise, false.
See Also