Definitions.Contains
Description:
Tests for the existence of a definition within the set.
Tests for the existence of a definition within the set.
public bool Contains(
Definition definition
)
-
definitionThe definition to look for.
Return Value
bool
True if the definition was found, false otherwise.