ImmutableArray<T>.Equals 메서드

정의

오버로드

Name Description
Equals(Object)

이 배열이 지정된 개체와 같은지 여부를 확인합니다.

Equals(ImmutableArray<T>)

지정된 배열이 이 배열과 같은지 여부를 나타냅니다.

Equals(Object)

Source:
ImmutableArray_1.Minimal.cs
Source:
ImmutableArray_1.Minimal.cs
Source:
ImmutableArray_1.Minimal.cs
Source:
ImmutableArray_1.Minimal.cs
Source:
ImmutableArray_1.Minimal.cs
Source:
ImmutableArray_1.Minimal.cs

이 배열이 지정된 개체와 같은지 여부를 확인합니다.

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals(object obj);
public override bool Equals(object? obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

매개 변수

obj
Object

Object 배열과 비교할 수 있습니다.

반품

이 배열이 같으면 , 그렇지 않으면 .

적용 대상

Equals(ImmutableArray<T>)

Source:
ImmutableArray_1.Minimal.cs
Source:
ImmutableArray_1.Minimal.cs
Source:
ImmutableArray_1.Minimal.cs
Source:
ImmutableArray_1.Minimal.cs
Source:
ImmutableArray_1.Minimal.cs
Source:
ImmutableArray_1.Minimal.cs

지정된 배열이 이 배열과 같은지 여부를 나타냅니다.

public:
 virtual bool Equals(System::Collections::Immutable::ImmutableArray<T> other);
public bool Equals(System.Collections.Immutable.ImmutableArray<T> other);
override this.Equals : System.Collections.Immutable.ImmutableArray<'T> -> bool
Public Function Equals (other As ImmutableArray(Of T)) As Boolean

매개 변수

other
ImmutableArray<T>

이 개체와 비교할 개체입니다.

반품

이 배열과 같으면 그렇지 않으면 .입니다.

구현

적용 대상