Share via


FileDiff.IdenticalContent Property

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi.Legacy
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(Name := "identicalContent", EmitDefaultValue := False)> _
Public Property IdenticalContent As Boolean
[DataMemberAttribute(Name = "identicalContent", EmitDefaultValue = false)]
public bool IdenticalContent { get; set; }
[DataMemberAttribute(Name = L"identicalContent", EmitDefaultValue = false)]
public:
property bool IdenticalContent {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute(Name = "identicalContent", EmitDefaultValue = false)>]
member IdenticalContent : bool with get, set
function get IdenticalContent () : boolean 
function set IdenticalContent (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

FileDiff Class

Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace