Spread Silverlight Documentation
Equals(IExtendedFormat) Method


The other IExtendedFormat instance used to compare with.
Determines whether the current instance is equals to the specific IExtendedFormat instance.
Syntax
'Declaration
 
Public Overloads Function Equals( _
   ByVal format As IExtendedFormat _
) As System.Boolean
'Usage
 
Dim instance As ExtendedFormat
Dim format As IExtendedFormat
Dim value As System.Boolean
 
value = instance.Equals(format)
public System.bool Equals( 
   IExtendedFormat format
)

Parameters

format
The other IExtendedFormat instance used to compare with.
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

ExtendedFormat Class
ExtendedFormat Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.