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

GetHashCode() public method

Returns a suitable hash code for the result.
public GetHashCode ( ) : int
return int
		public override int GetHashCode()
		{
			return (Id != null)?Id.GetHashCode():base.GetHashCode();
		}