1399-12-02 What is the difference between a.Equals(b) and a == b? For value types: “==” and Equals() works same way : Compare two objects by VALUE Example: