Version 3.3.0.2

StringSlice.PreHashed struct

Namespace: Sirenix.Utilities.Editor
Assembly: Sirenix.Utilities.Editor
public struct PreHashed : IEquatable<StringSlice.PreHashed>

Constructors

PreHashed(StringSlice)
public PreHashed(StringSlice slice)
Parameters
StringSlice slice

Fields

Hash
public int Hash
Slice
public StringSlice Slice

Methods

Equals(StringSlice.PreHashed)
public bool Equals(StringSlice.PreHashed other)
Parameters
StringSlice.PreHashed other

Returns
System.Boolean

GetHashCode()
public override int GetHashCode()
Returns
System.Int32

Operators

Implicit(StringSlice to StringSlice.PreHashed)
public static implicit operator StringSlice.PreHashed(StringSlice slice)
Parameters
StringSlice slice

Implicit(String to StringSlice.PreHashed)
public static implicit operator StringSlice.PreHashed(string str)
Parameters
System.String str