FIRGBA16.Equals Method (FIRGBA16)

FreeImage.NET

FIRGBA16Equals Method (FIRGBA16)
Tests whether the specified FIRGBA16 structure is equivalent to this FIRGBA16 structure.

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

Parameters

other
Type: FreeImageAPIFIRGBA16
A FIRGBA16 structure to compare to this instance.

Return Value

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

Implements

IEquatableTEquals(T)
See Also