---
title: "What is predicate in c#  ?"  
description: "What is predicate in c#  ?"  
author: "Pravesh Singh"  
published: 2014-06-02  
updated: 2014-06-02  
canonical: https://www.mindstick.com/forum/2022/what-is-predicate-in-c-sharp  
category: "visual c++"  
tags: ["visual c++"]  
reading_time: 1 minute  

---

# What is predicate in c#  ?

What is predicate in c#?\
Help me please!!!

## Replies

### Reply by Sumit Kesarwani

Predicate is a special type of function which is used by several algorithms and containers, There are two variations of predicates: unary and binary. A unary predicate takes one argument, and a binary predicate has two arguments.


---

Original Source: https://www.mindstick.com/forum/2022/what-is-predicate-in-c-sharp

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
