Class OriginalFormat
Defines the original format of a media item
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Common.Data
Assembly: ImageVault.Common.dll
Syntax
public sealed class OriginalFormat : MediaFormatBase, IMediaFormat, IItem<int>, ICloneable
Constructors
OriginalFormat()
Initializes a new instance of the OriginalFormat class.
Declaration
public OriginalFormat()
Fields
OriginalName
Gets the OriginalName of the OriginalFormat
Declaration
public const string OriginalName = "Original"
Field Value
Type | Description |
---|---|
System.String |
Methods
Equals(OriginalFormat)
Determines whether the specified OriginalFormat is equal to the current OriginalFormat.
Declaration
public bool Equals(OriginalFormat other)
Parameters
Type | Name | Description |
---|---|---|
OriginalFormat | other | The OriginalFormat to compare with the current OriginalFormat. |
Returns
Type | Description |
---|---|
System.Boolean | true if the specified OriginalFormat is equal to the current OriginalFormat; otherwise, false. |
Equals(Object)
Determines whether the specified System.Object is equal to the current System.Object.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | The System.Object to compare with the current System.Object. |
Returns
Type | Description |
---|---|
System.Boolean | true if the specified System.Object is equal to the current System.Object; otherwise, false. |
Overrides
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | A hash code for the current System.Object. |
Overrides
Implements
System.ICloneable