FilePropertySemantics Struct

Definition

The FilePropertySemantics.

public readonly struct FilePropertySemantics : IEquatable<Azure.Storage.Files.Shares.Models.FilePropertySemantics>
type FilePropertySemantics = struct
Public Structure FilePropertySemantics
Implements IEquatable(Of FilePropertySemantics)
Inheritance
FilePropertySemantics
Implements

Constructors

Name Description
FilePropertySemantics(String)

Initializes a new instance of FilePropertySemantics.

Properties

Name Description
New

New.

Restore

Restore.

Methods

Name Description
Equals(FilePropertySemantics)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(FilePropertySemantics, FilePropertySemantics)

Determines if two FilePropertySemantics values are the same.

Implicit(String to FilePropertySemantics)

Converts a String to a FilePropertySemantics.

Inequality(FilePropertySemantics, FilePropertySemantics)

Determines if two FilePropertySemantics values are not the same.

Applies to