Struct AnnotationDefinition
Syntax
public struct AnnotationDefinition : IEquatable<AnnotationDefinition>
Fields
Id
The ID of the annotation type. Used in the json metadata to associate anntations with the type.
Declaration
Field Value
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
Equals(AnnotationDefinition)
Declaration
public bool Equals(AnnotationDefinition other)
Parameters
Returns
Implements
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides