public void TestPointComparatorPositive() { // Arrange: // Act: bool result = testPoint1.Compare(testPoint2); // Assert: Assert.IsTrue(result); }