FI16RGB565.Equals Method (FI16RGB565)

FreeImage.NET

FI16RGB565Equals Method (FI16RGB565)
Tests whether the specified FI16RGB565 structure is equivalent to this FI16RGB565 structure.

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

Parameters

other
Type: FreeImageAPIFI16RGB565
A FI16RGB565 structure to compare to this instance.

Return Value

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

Implements

IEquatableTEquals(T)
See Also