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
O primeiro objeto do tipo T a ser comparado.The first object of type T to compare.
O segundo objeto do tipo T a ser comparado.The second object of type T to compare.
Retornos
true se os objetos especificados forem iguais; caso contrário, false.true if the specified objects are equal; otherwise, false.