←Select platform

Equals(RasterColor,RasterColor) Method

Summary

Specifies whether two RasterColor objects contain the same values.

Syntax
C#
VB
C++
public static bool Equals( 
   RasterColor color1, 
   RasterColor color2 
) 
Public Overloads Shared Function Equals( _ 
   ByVal color1 As RasterColor, _ 
   ByVal color2 As RasterColor _ 
) As Boolean 
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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly