FIRGB16.Equals Method (FIRGB16)

FreeImage.NET

FIRGB16Equals Method (FIRGB16)
Tests whether the specified FIRGB16 structure is equivalent to this FIRGB16 structure.

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

Parameters

other
Type: FreeImageAPIFIRGB16
A FIRGB16 structure to compare to this instance.

Return Value

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

Implements

IEquatableTEquals(T)
See Also