Determines if two Dimension structures have the same height and width.
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 Dimension with the same width an height as this dimension; otherwise, false.
See Also