LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Equals(RasterColor,RasterColor) Method






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
Syntax
public static bool Equals( 
   RasterColor color1,
   RasterColor color2
)
'Declaration
 
Public Overloads Shared Function Equals( _
   ByVal color1 As RasterColor, _
   ByVal color2 As RasterColor _
) As Boolean
'Usage
 
Dim color1 As RasterColor
Dim color2 As RasterColor
Dim value As Boolean
 
value = RasterColor.Equals(color1, color2)
public static bool Equals( 
   RasterColor color1,
   RasterColor color2
)
 function Leadtools.RasterColor.Equals(RasterColor,RasterColor)( 
   color1 ,
   color2 
)
public:
static bool Equals( 
   RasterColor color1,
   RasterColor color2
) 

Parameters

color1
The first RasterColor object to use in the comparison.
color2
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

RasterColor Structure
RasterColor Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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