Checks whether the given key is in the list.
[Visual Basic] Public Function Find( _ ByVal p_sKey As String _ ) As Boolean [C#] public bool Find( string p_sKey ); [C++] public: bool Find( String* p_sKey ); [JScript] public function Find( String p_sKey ): bool;
True if the key was found, false otherwise.
DNLFile Class | Okapi.Library.Filter Namespace