FreeImage.NET Class Library Reference
BITMAPINFOEquals Method (BITMAPINFO) |
Tests whether the specified BITMAPINFO structure is equivalent to this BITMAPINFO structure.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public bool Equals( BITMAPINFO other )
Parameters
- other
- Type: FreeImageAPIBITMAPINFO
A BITMAPINFO structure to compare to this instance.
Return Value
Type: Booleantrue if obj is a BITMAPINFO structure equivalent to this BITMAPINFO structure; otherwise, false.
Implements
IEquatableTEquals(T)See Also