FIRGBAF.Equals Method (Object)
From FreeImage.NET
FreeImage.NET Class Library Reference
| FIRGBAFEquals Method (Object) |
Tests whether the specified object is a FIRGBAF structure
and is equivalent to this FIRGBAF structure.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
C#
public override bool Equals( Object obj )
Parameters
- obj
- Type: SystemObject
The object to test.
Return Value
Type: Booleantrue if obj is a FIRGBAF structure equivalent to this FIRGBAF structure; otherwise, false.