Click or drag to resize

PrioritizedItemT Structure

Represents an item and its priority.

Namespace:  Archon.SwissArmyLib.Collections
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public struct PrioritizedItem<T> : IEquatable<PrioritizedItem<T>>
Request Example View Source

Type Parameters

T
The type of the item.

The PrioritizedItemT type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(PrioritizedItemT)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
Fields
  NameDescription
Public fieldItem
The item that is prioritized.
Public fieldPriority
The priority of the item.
Top
See Also