FITAG Structure

FreeImage.NET

FITAG Structure
The FITAG structure is a handle to a FreeImage metadata tag.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
[SerializableAttribute]
public struct FITAG : IComparable, IComparable<FITAG>, 
	IEquatable<FITAG>

The FITAG type exposes the following members.

Properties
  NameDescription
Public propertyIsNull
Gets whether the pointer is a null pointer or not.
Top
Methods
  NameDescription
Public methodCompareTo(Object)
Compares this instance with a specified Object.
Public methodCompareTo(FITAG)
Compares this instance with a specified FITAG object.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(FITAG)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Returns a hash code for this FITAG structure.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetNull
Sets the handle to null.
Public methodToString
Converts the numeric value of the FITAG object to its equivalent string representation.
(Overrides ValueTypeToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Tests whether two specified FITAG structures are equivalent.
Public operatorStatic memberInequality
Tests whether two specified FITAG structures are different.
Top
Fields
  NameDescription
Public fieldStatic memberZero
A read-only field that represents a handle that has been initialized to zero.
Top
See Also