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