Excel for WinRT
Equals Method (XLFont)


A Excel font to compare.
Determines whether the specified System.Object instances are considered equal.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal obj As System.Object _
) As System.Boolean
'Usage
 
Dim instance As XLFont
Dim obj As System.Object
Dim value As System.Boolean
 
value = instance.Equals(obj)
public override System.bool Equals( 
   System.object obj
)

Parameters

obj
A Excel font to compare.

Return Value

true if the objects are considered equal; otherwise, false.
See Also

Reference

XLFont Class
XLFont Members

 

 


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

Product Support Forum  |  Documentation Feedback