CjClutter.ObjLoader.Viewer.Misc.Edge.Equals C# (CSharp) Method

Equals() public method

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

Same methods

Edge::Equals ( object obj ) : bool