FreeImage.NET Class Library Reference
RGBQUADEquals Method (RGBQUAD) |
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: Booleantrue if obj is a RGBQUAD structure equivalent to this RGBQUAD structure; otherwise, false.
Implements
IEquatableTEquals(T)See Also