MindFusion.Reporting for Silverlight Programmer's Guide
Dimension.Equals Method
See Also
 





Determines if two Dimension structures have the same height and width.

Namespace: MindFusion.Reporting.Silverlight
Assembly: MindFusion.Reporting.Silverlight

 Syntax

C#  Copy Code

public override bool Equals (
    Object obj
)

Visual Basic  Copy Code

Public Overrides Function Equals( _
    obj As Object _
) As Boolean

 Parameters

obj
An object to compare to this dimension.

 Return Value

true, if obj is a Dimension with the same width an height as this dimension; otherwise, false.

 See Also

Dimension Members
Dimension Structure
MindFusion.Reporting.Silverlight Namespace