Spread Silverlight Documentation
Equals(IExcelBorder) Method


An ExcelBorder instance used to compared with the current instance.
Determine whether the specified ExcelBorder object is equal to this instance
Syntax
'Declaration
 
Public Overloads Function Equals( _
   ByVal other As IExcelBorder _
) As System.Boolean
'Usage
 
Dim instance As ExcelBorder
Dim other As IExcelBorder
Dim value As System.Boolean
 
value = instance.Equals(other)
public System.bool Equals( 
   IExcelBorder other
)

Parameters

other
An ExcelBorder instance used to compared with the current instance.

Return Value

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

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ExcelBorder Class
ExcelBorder Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.