Operator operator !=
operator !=(ClipBackgroundRegion, ClipBackgroundRegion)
Compares two ClipBackgroundRegion objects.
선언
public static bool operator !=(ClipBackgroundRegion region1, ClipBackgroundRegion region2)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| ClipBackgroundRegion | region1 | The first object. |
| ClipBackgroundRegion | region2 | The second object. |
반환
| 타입 | 설명 |
|---|---|
| bool | Returns true if they are not equal. |