Verify.AreNotSame method

Throws InvalidOperationException if the parameters are the same object.

public static void AreNotSame(object? objA, object? objB)

See Also