FI16RGB555.Equals Method (FI16RGB555)

FreeImage.NET

FI16RGB555Equals Method (FI16RGB555)
Tests whether the specified FI16RGB555 structure is equivalent to this FI16RGB555 structure.

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

Parameters

other
Type: FreeImageAPIFI16RGB555
A FI16RGB555 structure to compare to this instance.

Return Value

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

Implements

IEquatableTEquals(T)
See Also