[]
After checking both arguments for null, uses !valA.Equals(valB). If either argument is null, true will be returned.
public static bool operator !=(CSSValue valA, CSSValue valB)
| Type | Name | Description |
|---|---|---|
| CSSValue | valA | |
| CSSValue | valB |
| Type | Description |
|---|---|
| bool |