Opc.Ua.Com.Specification.operator C# (CSharp) Method

operator() public static method

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