OrOperation.Parse C# (CSharp) Method

Parse() public method

public Parse ( string opDesc ) : bool
opDesc string
return bool
	public override bool	Parse( string[] opDesc ) {
		return true;
	}