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