StringSegmentComparer.Equals(StringSegment, StringSegment) Método

Definição

Determina se os objetos especificados são iguais.Determines whether the specified objects are equal.

public:
 virtual bool Equals(Microsoft::Extensions::Primitives::StringSegment x, Microsoft::Extensions::Primitives::StringSegment y);
public bool Equals (Microsoft.Extensions.Primitives.StringSegment x, Microsoft.Extensions.Primitives.StringSegment y);
override this.Equals : Microsoft.Extensions.Primitives.StringSegment * Microsoft.Extensions.Primitives.StringSegment -> bool
Public Function Equals (x As StringSegment, y As StringSegment) As Boolean

Parâmetros

x
StringSegment

O primeiro objeto do tipo T a ser comparado.The first object of type T to compare.

y
StringSegment

O segundo objeto do tipo T a ser comparado.The second object of type T to compare.

Retornos

Boolean

true se os objetos especificados forem iguais; caso contrário, false.true if the specified objects are equal; otherwise, false.

Implementações

Aplica-se a