Class DicomPrivateCreator
  
  
  
  
    Inheritance
    
    DicomPrivateCreator
   
  
  
  Namespace: Dicom
  Assembly: cs.temp.dll.dll
  Syntax
  
    public sealed class DicomPrivateCreator : IEquatable<DicomPrivateCreator>, IComparable<DicomPrivateCreator>, IComparable
   
  Constructors
  
  
  
  
  DicomPrivateCreator(String)
  
  
  Declaration
  
    public DicomPrivateCreator(string creator)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | String | 
        creator | 
        The textual value of the private creator 
 | 
      
    
  
  Properties
  
  
  
  
  Creator
  
  
  Declaration
  
    public string Creator { get; }
   
  Property Value
  
  Methods
  
  
  
  
  CompareTo(DicomPrivateCreator)
  
  
  Declaration
  
    public int CompareTo(DicomPrivateCreator other)
   
  Parameters
  
  Returns
  
  
  
  
  CompareTo(Object)
  
  
  Declaration
  
    public int CompareTo(object obj)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Object | 
        obj | 
         | 
      
    
  
  Returns
  
  
  
  
  Equals(DicomPrivateCreator)
  
  
  Declaration
  
    public bool Equals(DicomPrivateCreator other)
   
  Parameters
  
  Returns
  
  
  
  
  Equals(Object)
  
  
  Declaration
  
    public override bool Equals(object obj)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Object | 
        obj | 
         | 
      
    
  
  Returns
  
  Overrides
  
  
  
  
  GetHashCode()
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
  Overrides
  
  
  
  
  ToString()
  
  
  Declaration
  
    public override string ToString()
   
  Returns
  
  Overrides
  
  Implements