Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: PosetNode<T> FindEqual(T)

  • Declared in: RT.KitchenSink.Collections.Poset<T>

Declaration

public PosetNode<T> FindEqual(
    T element
)

Summary

Finds the node containing elements from the same equivalence class as element. Returns null if none are found.