public static Object CommonNot(
Object value1,
Object value2
)
Public Shared Function CommonNot (
value1 As Object,
value2 As Object
) As Object
No code example is currently available or this language may not be supported.
If either of the values are null upon entry, the return value is the binary compliment of the non-null value is returned.
If the common type can not be expressed as a binary value, then null is returned.