Checks whether this shape template is equivalent to the specified shape.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public new bool Equals ( |
Visual Basic Copy Code |
---|
Public Shadows Function Equals( _ |
The shape to check for equality with the current shape.
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.
WpfDiagram Programmer's Guide | © 2024 MindFusion |