public bool Contains( MaterialInstance materialInstance )
Public Function Contains ( materialInstance As MaterialInstance ) As Boolean
public: virtual bool Contains( MaterialInstance^ materialInstance ) sealed
abstract Contains : materialInstance : MaterialInstance -> bool override Contains : materialInstance : MaterialInstance -> bool
This method performs a linear search; therefore, this method is an O(n) operation, where n is Count.
http://www.digitalrune.com/