API Reference › NativesCUtlLeanVector`2.Iterator_tStructNamespace: SwiftlyS2.Shared.Natives · Assembly: SwiftlyS2.CS2.dllpublic struct CUtlLeanVector<T, I>.Iterator_tView sourceConstructorsIterator_t(I)public Iterator_t(I i)ParametersiIMethodsEquals(object?)Indicates whether this instance and a specified object are equal.public override bool Equals(object? obj)Parametersobjobject?The object to compare with the current instance.Returnsbooltrue if obj and this instance are the same type and represent the same value; otherwise, false .GetHashCode()Returns the hash code for this instance.public override int GetHashCode()ReturnsintA 32-bit signed integer that is the hash code for this instance.FieldsIndexpublic I IndexField ValueIOperatorsoperator ==(Iterator_t, Iterator_t)public static bool operator ==(CUtlLeanVector<T, I>.Iterator_t a, CUtlLeanVector<T, I>.Iterator_t b)ParametersaCUtlLeanVector<T, I>.Iterator_tbCUtlLeanVector<T, I>.Iterator_tReturnsbooloperator !=(Iterator_t, Iterator_t)public static bool operator !=(CUtlLeanVector<T, I>.Iterator_t a, CUtlLeanVector<T, I>.Iterator_t b)ParametersaCUtlLeanVector<T, I>.Iterator_tbCUtlLeanVector<T, I>.Iterator_tReturnsbool