FieldToken Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Fields
Empty |
The default FieldToken with Token value 0. |
Properties
Token |
Retrieves the metadata token for this field. |
Methods
Equals(FieldToken) |
Indicates whether the current instance is equal to the specified FieldToken. |
Equals(Object) |
Determines if an object is an instance of |
GetHashCode() |
Generates the hash code for this field. |
Operators
Equality(FieldToken, FieldToken) |
Indicates whether two FieldToken structures are equal. |
Inequality(FieldToken, FieldToken) |
Indicates whether two FieldToken structures are not equal. |