Assert.ReferenceEquals(Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
override the default ReferenceEquals to throw an AssertionException. This implementation makes sure there is no mistake in calling this function as part of Assert.
public static void ReferenceEquals (object a, object b);
static member ReferenceEquals : obj * obj -> unit
Parameters
- a
- Object
- b
- Object