FIRGBF.Equals Method (FIRGBF)

FreeImage.NET

FIRGBFEquals Method (FIRGBF)
Tests whether the specified FIRGBF structure is equivalent to this FIRGBF structure.

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

Parameters

other
Type: FreeImageAPIFIRGBF
A FIRGBF structure to compare to this instance.

Return Value

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

Implements

IEquatableTEquals(T)
See Also