LinePosition.Equality(LinePosition, LinePosition) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implementation of the equality operator.
public static bool operator ==(Microsoft.Testing.Platform.Extensions.Messages.LinePosition left, Microsoft.Testing.Platform.Extensions.Messages.LinePosition right);
static member ( = ) : Microsoft.Testing.Platform.Extensions.Messages.LinePosition * Microsoft.Testing.Platform.Extensions.Messages.LinePosition -> bool
Public Shared Operator == (left As LinePosition, right As LinePosition) As Boolean
Parameters
- left
- LinePosition
- right
- LinePosition