LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

IsEqual Method (RasterColorHelper)






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

Parameters

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

Return Value

true if the two RasterColor 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

RasterColorHelper Class
RasterColorHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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