Method Same
- Namespace
- Xunit
- Assembly
- xunit.v3.assert.dll
Same(object?, object?)
Verifies that two objects are the same instance.
public static void Same(object? expected, object? actual)
Parameters
Exceptions
Thrown when the objects are not the same instance