Intersoft ClientUI Documentation
Equals(Object) Method
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridViewLength Structure > Equals Method : Equals(Object) Method






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

Syntax

Visual Basic (Declaration) 
Public Overloads Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXGridViewLength
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 instance.

Return Value

true if the specified object is a UXGridViewLength with the same value or sizing mode as the current UXGridViewLength; 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.