FreeImage.NET Class Library Reference
MetadataTagCompareTo Method (MetadataTag) |
Compares the current instance with another object of the same type.
Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public int CompareTo( MetadataTag other )
Parameters
- other
- Type: FreeImageAPI.MetadataMetadataTag
An object to compare with this instance.
Return Value
Type: Int32A 32-bit signed integer that indicates the relative order of the objects being compared.
Implements
IComparableTCompareTo(T)See Also