Overload | Description |
---|---|
SafeDeepEquals(INDomDeepEquals,INDomDeepEquals,NDomDeepEqualsContext) | Safely calls the DeepEquals method on obj1, by passing obj2 as argument. If both obj1 and obj2 are null, returns true. If either obj1 or obj2 is null, returns false. In all other cases returns the result of the obj1.DeepEquals(obj2) method call. |
SafeDeepEquals(INDomDeepEquals,INDomDeepEquals) | Safely calls the DeepEquals method on obj1, by passing obj2 as argument. If both obj1 and obj2 are null, returns true. If either obj1 or obj2 is null, returns false. In all other cases returns the result of the obj1.DeepEquals(obj2) method call. |