ReadOnlyArray<T>.Equals Method (ReadOnlyArray<T>) |
Indicates whether the current object is equal to another object of the same type.
Namespace: PostSharp.Patterns.Collections
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public bool Equals( ReadOnlyArray<T> other )
Parameters
- other
- Type: PostSharp.Patterns.Collections.ReadOnlyArray<T>
An object to compare with this object.
Return Value
Type: Booleantrue if the current object is equal to the other parameter; otherwise, false.