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

operator() public static method

public static operator ( ) : bool
return bool
        public static bool operator !=(Edge e1, Edge e2)
        {
            return !(e1 == e2);
        }