Struct IdLabelEntry
Syntax
[Serializable]
public struct IdLabelEntry : ILabelEntry, IEquatable<IdLabelEntry>
Fields
id
The id to associate with the label.
Declaration
Field Value
label
The label string to associate with the id.
Declaration
Field Value
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
Equals(IdLabelEntry)
Declaration
public bool Equals(IdLabelEntry other)
Parameters
Returns
Implements
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Explicit Interface Implementations
ILabelEntry.label
Declaration
string ILabelEntry.label { get; }
Returns
Implements