RGBTRIPLE.Equals Method (RGBTRIPLE)

FreeImage.NET

RGBTRIPLEEquals Method (RGBTRIPLE)
Tests whether the specified RGBTRIPLE structure is equivalent to this RGBTRIPLE structure.

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

Parameters

other
Type: FreeImageAPIRGBTRIPLE
A RGBTRIPLE structure to compare to this instance.

Return Value

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

Implements

IEquatableTEquals(T)
See Also