Click or drag to resize

PrioritizedItemTEquals Method (PrioritizedItemT)

Indicates whether the current object is equal to another object of the same type.

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

Parameters

other
Type: Archon.SwissArmyLib.CollectionsPrioritizedItemT
An object to compare with this object.

Return Value

Type: Boolean
true if the current object is equal to the other parameter; otherwise, false.

Implements

IEquatableTEquals(T)
See Also