Class DicomPrivateCreator
- Namespace
- FellowOakDicom
- Assembly
- fo-dicom.core.dll
[DataContract]
public sealed class DicomPrivateCreator : IEquatable<DicomPrivateCreator>, IComparable<DicomPrivateCreator>, IComparable
- Inheritance
-
DicomPrivateCreator
- Implements
- Inherited Members
- Extension Methods
Constructors
DicomPrivateCreator(string)
Initializes a new instance of the DicomPrivateCreator class.
public DicomPrivateCreator(string creator)
Parameters
creator
stringThe textual value of the private creator
Properties
Creator
[DataMember]
public string Creator { get; }
Property Value
Methods
CompareTo(DicomPrivateCreator)
public int CompareTo(DicomPrivateCreator other)
Parameters
other
DicomPrivateCreator
Returns
CompareTo(object)
public int CompareTo(object obj)
Parameters
obj
object
Returns
Equals(DicomPrivateCreator)
public bool Equals(DicomPrivateCreator other)
Parameters
other
DicomPrivateCreator
Returns
Equals(object)
public override bool Equals(object obj)
Parameters
obj
object
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()