System.Object
Static Type
Location: igium / Igium.Web / System / System.Object
Examples: Igium.Web Examples
TODO: Documment all functions
Static Methods
Method | Test | Description |
---|---|---|
System.Type.getPropertyCount(o): Number |
Y | returns the number of non-prototype properties of o |
System.Type.equalsMemberwise(a, b, deep: Boolean): Boolean |
N | compares the contents of a and b ; if deep is set to false compares only the first-level properties of a and b , and properties containing objects and arrays are be compared by reference; if deep is set to true compares the complete property graphs of a and b (currently is using a LAZY implementation by comparing the JSON.stringify of a and b ) |
Unit tests: TODO