Edit

Share via


FieldToken Struct

Definition

The FieldToken struct is an object representation of a token that represents a field.

public value class FieldToken
[System.Serializable]
public struct FieldToken
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public struct FieldToken
[<System.Serializable>]
type FieldToken = struct
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type FieldToken = struct
Public Structure FieldToken
Inheritance
FieldToken
Attributes

Fields

Name Description
Empty

The default FieldToken with Token value 0.

Properties

Name Description
Token

Retrieves the metadata token for this field.

Methods

Name Description
Equals(FieldToken)

Indicates whether the current instance is equal to the specified FieldToken.

Equals(Object)

Determines if an object is an instance of FieldToken and is equal to this instance.

GetHashCode()

Generates the hash code for this field.

Operators

Name Description
Equality(FieldToken, FieldToken)

Indicates whether two FieldToken structures are equal.

Inequality(FieldToken, FieldToken)

Indicates whether two FieldToken structures are not equal.

Applies to