Dundas Chart for ASP.NET
Equals Method
See Also  Send comments on this topic.
Dundas.Charting.WebControl.Utilities Namespace > SerializationVisibilityAttribute Class : Equals Method


obj
An Object to compare with this instance or null.
Returns a value that indicates whether this instance is equal to a specified object.

Syntax

Visual Basic (Declaration)  
Public Function Equals( _
   ByVal obj As Object _
) As Boolean
Visual Basic (Usage) Copy Code
Dim instance As SerializationVisibilityAttribute
Dim obj As Object
Dim value As Boolean
 
value = instance.Equals(obj)
C#  
public bool Equals( 
   object obj
)

Parameters

obj
An Object to compare with this instance or null.

Return Value

true if obj equals the type and value of this instance; otherwise, false.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.