Struct FileTypeDefinitionId
Type safe wrapper around a file type file type definition ID.
Namespace: SdlSdl.FileTypeSupportFramework
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public struct FileTypeDefinitionId
Constructors
FileTypeDefinitionId(string)
Declaration
public FileTypeDefinitionId(string id)
Parameters
Type |
Name |
Description |
string |
id |
|
Properties
Id
The ID for this file type definition as a string.
Declaration
public string Id { get; }
Property Value
Methods
Equals(object)
Returns true
if the objects have the same ID value.
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
GetHashCode()
Returns a hash code based on the ID value.
Declaration
public override int GetHashCode()
Returns
Overrides
ToString()
Declaration
public override string ToString()
Returns
Overrides
Operators
operator ==(FileTypeDefinitionId, FileTypeDefinitionId)
Returns true
if the two IDs have the same Id value.
Declaration
public static bool operator ==(FileTypeDefinitionId first, FileTypeDefinitionId second)
Parameters
Returns
operator !=(FileTypeDefinitionId, FileTypeDefinitionId)
Returns true
if the two IDs have different Id values.
Declaration
public static bool operator !=(FileTypeDefinitionId first, FileTypeDefinitionId second)
Parameters
Returns