C# 클래스 System.SpanExtensions

A collection of convenient span helpers, exposed as extension methods.
파일 보기 프로젝트 열기: antiufo/Shaman.ValueString 1 사용 예제들

공개 메소드들

메소드 설명
SequenceEqual ( this first, ReadOnlySpan second ) : bool

Determines whether two read-only spans are equal (byte-wise) by comparing the elements by using memcmp

SequenceEqual ( this first, Span second ) : bool

Determines whether two spans are equal (byte-wise) by comparing the elements by using memcmp

SequenceEqual ( this first, ReadOnlySpan second ) : bool

Determines whether two read-only spans are equal (byte-wise) by comparing the elements by using memcmp

SequenceEqual ( this first, Span second ) : bool

Determines whether two spans are equal (byte-wise) by comparing the elements by using memcmp

SequenceEqual ( this first, ReadOnlySpan second ) : bool

Determines whether two read-only spans are equal (byte-wise) by comparing the elements by using memcmp

SequenceEqual ( this first, Span second ) : bool

Determines whether two spans are equal (byte-wise) by comparing the elements by using memcmp

SequenceEqual ( this first, ReadOnlySpan second ) : bool

Determines whether two read-only spans are equal (byte-wise) by comparing the elements by using memcmp

SequenceEqual ( this first, Span second ) : bool

Determines whether two spans are equal (byte-wise) by comparing the elements by using memcmp

SequenceEqual ( this first, ReadOnlySpan second ) : bool

Determines whether two read-only spans are equal (byte-wise) by comparing the elements by using memcmp

SequenceEqual ( this first, Span second ) : bool

Determines whether two spans are equal (byte-wise) by comparing the elements by using memcmp

메소드 상세

SequenceEqual() 공개 정적인 메소드

Determines whether two read-only spans are equal (byte-wise) by comparing the elements by using memcmp
public static SequenceEqual ( this first, ReadOnlySpan second ) : bool
first this A span of bytes to compare to second.
second ReadOnlySpan A span of bytes T to compare to first.
리턴 bool

SequenceEqual() 공개 정적인 메소드

Determines whether two spans are equal (byte-wise) by comparing the elements by using memcmp
public static SequenceEqual ( this first, Span second ) : bool
first this A span of bytes to compare to second.
second Span A span of bytes T to compare to first.
리턴 bool

SequenceEqual() 공개 정적인 메소드

Determines whether two read-only spans are equal (byte-wise) by comparing the elements by using memcmp
public static SequenceEqual ( this first, ReadOnlySpan second ) : bool
first this A span of characters to compare to second.
second ReadOnlySpan A span of characters T to compare to first.
리턴 bool

SequenceEqual() 공개 정적인 메소드

Determines whether two spans are equal (byte-wise) by comparing the elements by using memcmp
public static SequenceEqual ( this first, Span second ) : bool
first this A span of characters to compare to second.
second Span A span of characters T to compare to first.
리턴 bool

SequenceEqual() 공개 정적인 메소드

Determines whether two read-only spans are equal (byte-wise) by comparing the elements by using memcmp
public static SequenceEqual ( this first, ReadOnlySpan second ) : bool
first this A span of integers to compare to second.
second ReadOnlySpan A span of integers T to compare to first.
리턴 bool

SequenceEqual() 공개 정적인 메소드

Determines whether two spans are equal (byte-wise) by comparing the elements by using memcmp
public static SequenceEqual ( this first, Span second ) : bool
first this A span of integers to compare to second.
second Span A span of integers T to compare to first.
리턴 bool

SequenceEqual() 공개 정적인 메소드

Determines whether two read-only spans are equal (byte-wise) by comparing the elements by using memcmp
public static SequenceEqual ( this first, ReadOnlySpan second ) : bool
first this A span of long integers to compare to second.
second ReadOnlySpan A span of long integers T to compare to first.
리턴 bool

SequenceEqual() 공개 정적인 메소드

Determines whether two spans are equal (byte-wise) by comparing the elements by using memcmp
public static SequenceEqual ( this first, Span second ) : bool
first this A span of long integers to compare to second.
second Span A span of long integers T to compare to first.
리턴 bool

SequenceEqual() 공개 정적인 메소드

Determines whether two read-only spans are equal (byte-wise) by comparing the elements by using memcmp
public static SequenceEqual ( this first, ReadOnlySpan second ) : bool
first this A span of shorts to compare to second.
second ReadOnlySpan A span of shorts T to compare to first.
리턴 bool

SequenceEqual() 공개 정적인 메소드

Determines whether two spans are equal (byte-wise) by comparing the elements by using memcmp
public static SequenceEqual ( this first, Span second ) : bool
first this A span of shorts to compare to second.
second Span A span of shorts T to compare to first.
리턴 bool