PSCustomObject is a PowerShell module that provides helper functions for working with PSCustomObject values.
Install the module from the PowerShell Gallery:
Install-PSResource -Name PSCustomObject
Import-Module -Name PSCustomObjectDocumentation is published at psmodule.io/PSCustomObject.
Use PowerShell help and command discovery for module details:
Get-Command -Module PSCustomObject
Get-Help Compare-PSCustomObject -ExamplesIssues and pull requests are welcome. Please use the repository issue tracker to report bugs, request features, or discuss improvements.