ReportSize.Equals(Object) Method

Definition

Returns whether two ReportSize objects have the same size.

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

A ReportSize object.

Returns

True if the two ReportSize objects have the same size; otherwise, false.

Applies to