ClearCanvas.Dicom.DicomUid.GetHashCode C# (CSharp) Метод

GetHashCode() публичный Метод

An override that determines a hash code for the instance.
public GetHashCode ( ) : int
Результат int
		public override int GetHashCode()
		{
			return _uid.GetHashCode();
		}