Excel for WinRT
Equals Method (XLStyle)


XLStyle object to compare to the current instance.
Determines whether two XLStyle objects are equivalent.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal obj As System.Object _
) As System.Boolean
'Usage
 
Dim instance As XLStyle
Dim obj As System.Object
Dim value As System.Boolean
 
value = instance.Equals(obj)
public override System.bool Equals( 
   System.object obj
)

Parameters

obj
XLStyle object to compare to the current instance.

Return Value

True if the styles are equivalent, False otherwise.
See Also

Reference

XLStyle Class
XLStyle Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback