[UKN] isSameObj ( [any]$o1, [any]$o2)
Parameter Format Description
$o1 any parm description missing
$o2 any parm description missing
return $true if 2 objects are the same
Uses .NET [Object]::ReferenceEquals test to see if two object references are the same object
Copyright © 2018-2021, 2022, Rexcel System Inc.