'宣言 Public Overloads Function Equals( _ ByVal region As Region _ ) As System.Boolean
public System.bool Equals( Region region )
パラメータ
- region
- The Region object to test.
戻り値の型
This method returns true if the interior of region
region
is identical to the interior of this region; otherwise, false.