Intersoft ClientUI Documentation
Equals Method
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridViewClipboardCellContent Structure : Equals Method






obj
The object to compare to the current object.
Determines whether the specified object is equal to the current UXGridViewClipboardCellContent object.

Syntax

Visual Basic (Declaration) 
Public Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXGridViewClipboardCellContent
Dim obj As Object
Dim value As Boolean
 
value = instance.Equals(obj)
C# 
public override bool Equals( 
   object obj
)
Delphi 
public function Equals( 
    obj: TObject
): Boolean; override; 
JScript 
public override function Equals( 
   obj : Object
) : boolean;
Managed Extensions for C++ 
public: bool Equals( 
   Object* obj
) override 
C++/CLI 
public:
bool Equals( 
   Object^ obj
) override 

Parameters

obj
The object to compare to the current object.

Return Value

true if the objects are equal; 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

© 2012 All Rights Reserved.