Intersoft ClientUI Documentation
Equality Operator
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridViewLength Structure : Equality Operator





gl1
The first UXGridViewLength instance to compare.
gl2
The second UXGridViewLength instance to compare.
Compares two UXGridViewLength structures for equality.

Syntax

Visual Basic (Declaration) 
Public Operator =( _
   ByVal gl1 As UXGridViewLength, _
   ByVal gl2 As UXGridViewLength _
) As Boolean
Visual Basic (Usage)Copy Code
C# 
public bool operator ==( 
   UXGridViewLength gl1,
   UXGridViewLength gl2
)
Delphi 
This operator type is not supported by Delphi
JScript 
This operator type is not supported by JScript
Managed Extensions for C++ 
public: bool op_Equality( 
   UXGridViewLength gl1,
   UXGridViewLength gl2
)
C++/CLI 
public:
bool operator ==( 
   UXGridViewLength gl1,
   UXGridViewLength gl2
)

Parameters

gl1
The first UXGridViewLength instance to compare.
gl2
The second UXGridViewLength instance to compare.

Return Value

true if the two UXGridViewLength instances have the same value or sizing mode; 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.