Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 351 Bytes

File metadata and controls

14 lines (9 loc) · 351 Bytes

Verify.AreNotSame method

Throws InvalidOperationException if the parameters are the same object.

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

See Also