GitSharp.Core.Diff.Edit.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : bool
return bool
        public static bool operator !=(Edit left, Edit right)
        {
            return !Equals(left, right);
        }