Region.Difference<T> (T, T) Method

Boolean difference between two regions.
Public Shared Function Difference(Of  _ 
T As {Region, New})( _ 
ByVal a As T, _ 
ByVal b As T _ 
) As T()
This language is not supported or no code example is available.
public static T[] Difference<T>( 
T a
T b 

where T : Region, new()
This language is not supported or no code example is available.

Type Parameters

T

Parameters

a
T

First operand

b
T

Second operand

Return Value

T[]

An array of regions if the operation is successful, null/Nothing otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition