valueCanIntersect

Determines if intersecting two values will produce a valid result. Two values will produce a valid intersection if they have the same type.

Parameters

value1 gobject.value.Value

a value to intersect

value2 gobject.value.Value

another value to intersect

Return Value

Type: bool

true if the values can intersect