Determines if two Location structures have the same coordinates.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public override bool Equals ( |
Visual Basic
Copy Code
|
|---|
Public Overrides Function Equals( _ |
true, if obj is a Location with the same coordinates as this location; otherwise, false.
See Also