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