Struct PreviewSetId
Type safe wrapper around a unique id for a preview set
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public struct PreviewSetId
Constructors
PreviewSetId(string)
Declaration
public PreviewSetId(string id)
Parameters
Type |
Name |
Description |
string |
id |
|
Properties
Id
The id of this preview type 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 ==(PreviewSetId, PreviewSetId)
Returns true
if the two ids have the same Id value.
Declaration
public static bool operator ==(PreviewSetId first, PreviewSetId second)
Parameters
Returns
operator !=(PreviewSetId, PreviewSetId)
Returns true
if the two ids have different Id values.
Declaration
public static bool operator !=(PreviewSetId first, PreviewSetId second)
Parameters
Returns