C#
VB
C++
Specifies whether two RasterColor objects contain the same values.
public static bool Equals(
RasterColor color1,
RasterColor color2
)
Public Overloads Shared Function Equals( _
ByVal color1 As Leadtools.RasterColor, _
ByVal color2 As Leadtools.RasterColor _
) As Boolean
public:
static bool Equals(
Leadtools.RasterColor color1,
Leadtools.RasterColor color2
)
color1
The first RasterColor object to use in the comparison.
color2
The second RasterColor object to use in the comparison.
true if the two RasterColor objects have the same values; false, otherwise.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET