CjClutter.ObjLoader.Viewer.Misc.Edge.Equals C# (CSharp) 메소드

Equals() 공개 메소드

public Equals ( Edge other ) : bool
other Edge
리턴 bool
        public bool Equals(Edge other)
        {
            return this == other;
        }

Same methods

Edge::Equals ( object obj ) : bool