if the following is from the method section of a uml diagram, which of the following statements is true? equals(object2:stock) : boolean group of answer choices this is a private method that returns a boolean value. this is a public method that returns a stock object. this is a private method that receives two objects from the stock class and returns a boolean value. this is a public method that accepts a stock object as its argument and returns a boolean value.