RGBQUAD.Equals Method (RGBQUAD)

FreeImage.NET

RGBQUADEquals Method (RGBQUAD)
Tests whether the specified RGBQUAD structure is equivalent to this RGBQUAD structure.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public bool Equals(
	RGBQUAD other
)

Parameters

other
Type: FreeImageAPIRGBQUAD
A RGBQUAD structure to compare to this instance.

Return Value

Type: Boolean
true if obj is a RGBQUAD structure equivalent to this RGBQUAD structure; otherwise, false.

Implements

IEquatableTEquals(T)
See Also