Assert.Equals(Object, Object) Method

Definition

The Equals method throws an AssertionException. This is done to make sure there is no mistake by calling this function.

public static bool Equals (object a, object b);
static member Equals : obj * obj -> bool

Parameters

a
Object
b
Object

Returns

Applies to