[]
        
(Showing Draft Content)

FarPoint.Win.Spread.PrintMargin.Equals

Equals Method

Equals(object)

Determines whether the specified object, is equal to this instance.

Declaration
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
Parameters
Type Name Description
object obj

The object to compare with this instance.

Returns
Type Description
bool

true if the specified object is equal to this instance; otherwise, false.

Overrides

Equals(PrintMargin)

Determines whether the specified object, is equal to this instance.

Declaration
public bool Equals(PrintMargin target)
Public Function Equals(target As PrintMargin) As Boolean
Parameters
Type Name Description
PrintMargin target

The PrintMargin to compare with this instance.

Returns
Type Description
bool

true if the specified PrintMargin is equal to this instance; otherwise, false.

Implements