Opc.Ua.Com.Specification.operator C# (CSharp) 메소드

operator() 공개 정적인 메소드

Returns true if the objects are equal.
public static operator ( ) : bool
리턴 bool
		public static bool operator==(Specification a, Specification b) 
		{
			return a.Equals(b);
		}