Checks whether this shape template is equivalent to the specified shape.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public new bool Equals ( |
Visual Basic Copy Code |
---|
Public Shadows Function Equals( _ |
true if the current shape is equivalent to the specified shape; otherwise, false.
Two shapes are considered equivalent if they have the same fill type, the same number and type of segments and if the points of those segments are close enough to each other.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |