Operator operator ==
operator ==(PreprocessBuildEventArgs, PreprocessBuildEventArgs)
Tests for equality. 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 same value as Equals(PreprocessBuildEventArgs). |