LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

IsEqual Method (RasterColor16Helper)






The first RasterColor16 object to use in the comparison.
The second RasterColor16 object to use in the comparison.
Specifies whether two RasterColor16 objects contain the same values. .NET support WinRT support
Syntax
public static bool IsEqual( 
   RasterColor16 left,
   RasterColor16 right
)
'Declaration
 
Public Shared Function IsEqual( _
   ByVal left As RasterColor16, _
   ByVal right As RasterColor16 _
) As Boolean
'Usage
 
Dim left As RasterColor16
Dim right As RasterColor16
Dim value As Boolean
 
value = RasterColor16Helper.IsEqual(left, right)
public static bool IsEqual( 
   RasterColor16 left,
   RasterColor16 right
)
 function Leadtools.RasterColor16Helper.IsEqual( 
   left ,
   right 
)
public:
static bool IsEqual( 
   RasterColor16 left,
   RasterColor16 right
) 

Parameters

left
The first RasterColor16 object to use in the comparison.
right
The second RasterColor16 object to use in the comparison.

Return Value

true if the two RasterColor16 objects have the same values; false, otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterColor16Helper Class
RasterColor16Helper Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.