Microsoft.WindowsAzure.Samples.Data.Services.Client.EntityDescriptor.IsRelatedEntity C# (CSharp) Method

IsRelatedEntity() private method

private IsRelatedEntity ( LinkDescriptor related ) : bool
related LinkDescriptor
return bool
        internal bool IsRelatedEntity(LinkDescriptor related)
        {
            return this.entity == related.Source || this.entity == related.Target;
        }