Operator operator !=
operator !=(PreprocessBuildEventArgs, PreprocessBuildEventArgs)
Tests for inequality. Same as !Equals(PreprocessBuildEventArgs)
Declaration
public static bool operator !=(PreprocessBuildEventArgs lhs, PreprocessBuildEventArgs rhs)
Parameters
Type | Name | Description |
---|---|---|
PreprocessBuildEventArgs | lhs | The left-hand side of the comparison. |
PreprocessBuildEventArgs | rhs | The right-hand side of the comparison. |
Returns
Type | Description |
---|---|
bool | Returns the negation of Equals(PreprocessBuildEventArgs). |