ObjUnity3D.OBJFaceVertex.GetHashCode C# (CSharp) Method

GetHashCode() public method

public GetHashCode ( ) : int
return int
        public override int GetHashCode()
        {
            return this.m_VertexIndex ^ this.m_UVIndex ^ this.m_UV2Index ^ this.m_NormalIndex ^ this.m_ColorIndex;
        }