System.ArgIterator.Equals C# (CSharp) 메소드

Equals() 공개 메소드

public Equals ( Object o ) : bool
o Object
리턴 bool
        public override bool Equals(Object o)
        {
            throw new NotSupportedException(Environment.GetResourceString("NotSupported_NYI"));
        }