CUtlLeanVector.Iterator_t
Struct CUtlLeanVector.Iterator_t
Namespace: SwiftlyS2.Shared.Natives
Assembly: SwiftlyS2.CS2.dll
public struct CUtlLeanVector<T, I>.Iterator_tInherited Members
- object.Equals(object?)
- object.Equals(object?, object?)
- object.GetHashCode()
- object.GetType()
- object.ReferenceEquals(object?, object?)
- object.ToString()
Constructors
Iterator_t(I)
public Iterator_t(I i)Parameters
- i I
Fields
Index
public I IndexField Value
- I
Methods
Equals(object?)
Indicates whether this instance and a specified object are equal.
public override bool Equals(object? obj)Parameters
- obj object? — The object to compare with the current instance.
Returns
- bool — true if
objand this instance are the same type and represent the same value; otherwise, false.
Operators
operator ==(Iterator_t, Iterator_t)
public static bool operator ==(CUtlLeanVector<T, I>.Iterator_t a, CUtlLeanVector<T, I>.Iterator_t b)Parameters
Returns
operator !=(Iterator_t, Iterator_t)
public static bool operator !=(CUtlLeanVector<T, I>.Iterator_t a, CUtlLeanVector<T, I>.Iterator_t b)Parameters
Returns